this post was submitted on 03 Feb 2024
163 points (100.0% liked)

Technology

37599 readers
277 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 46 points 7 months ago (3 children)

This is probably an attempt to save money on storage costs. Expect cloud storage pricing from Google to continue to rise as they reallocate spending towards ML hardware accelerators.

Never been happier to have a proper NAS setup with offsite backup 🙃

[–] [email protected] 18 points 7 months ago (2 children)

I don't think they are going to stop storing it somewhere, just stop delivering it.

[–] [email protected] 14 points 7 months ago (1 children)

Idk… in theory they probably don’t need to store a full copy of the page for indexing, and could move to a more data-efficient format if they do. Also, not serving it means they don’t need to replicate the data to as many serving regions.

But I’m just speculating here. Don’t know how the indexing/crawling process works at Google’s scale.

[–] [email protected] 2 points 7 months ago

Absolutely. The crawler is doing some rudimentary processing before it ever does any sort of data storage saving. That's the sort of thing that's being persisted behind the scenes, and it's almost certainly both not enough to reconstruct the web page, nor is it (realistically) human-friendly. I was going to say "readable" but it's probably some bullshit JSON or XML document full of nonsense no one wants to read.

[–] [email protected] 1 points 7 months ago

Seems unlikely they'll deleted it. If they're started deleting data that's quite a change. They might save from bandwidth costs of delivering it to people I suppose.

Maybe something to do with users filling the AIs from the google cache? Google wanting to ensure only they can train from the google-cache.

@[email protected] @[email protected] @[email protected]

[–] [email protected] 2 points 7 months ago

I think it's more about the web visitor cost. Handling traffic and API calls becomes a financial problem when there are a growing number of companies using bots to scrape data. Larger companies are moving their content behind paywalls, which acts as a bot filter, and have also identified that they can generate a revenue stream from subscriptions and API connections. Old content on the web is not deemed to have much business value, so it's a decision of either charging for it or scrapping it.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

This is probably an attempt to save money on storage costs.

That’s in fact what the article claims as Google’s reason. But seems irrational. Google still needs to index websites for the search engine. So the storage is still needed since the data collection is still needed. The only difference (AFAICT) is Google is simply not sharing that data. Also, there are bigger pots of money in play than piddly storage costs.