▲ | fortran77 3 days ago | ||||||||||||||||||||||||||||||||||
I don't really understand this. Is it really that costly to keep the entire database if they're going to keep part of it? | |||||||||||||||||||||||||||||||||||
▲ | tombert 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
I built a URL shortener years ago for fun. I don't have the resources that Google has, but I just hacked it together in Erlang using Riak KV and it did horizontally scale across at least three computer (I didn't have more at the time). Unless I'm just super smart (I'm not), it's pretty easy to write a URL shortener as a key-value system, and pure key-value stuff is pretty easy to scale. I cannot imagine that isn't doing something as or more efficient than what I did. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | benoau 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
I don't understand the data on ArchiveTeam's page but, it seems like they have 35 terabytes of data (286.56TiB)? It's a lot larger than I'd have thought. | |||||||||||||||||||||||||||||||||||
|