Ask HN: Storing millions and billions of URLs?
Hello Everyone!
Currently, using ElasticSearch for storing the meta data and other raw data information but it is a very small scale around 500,000 domains.
I have been tasked to scale it to 20-40 million domains and storing their internal/external links while building a page rank/domain authority score for each domain which we are adding to our database.
What do you guys suggest/recommend for storing this data at a very large scale as web page internal links/external links will be stored which will lead it over 100M-1B links database?
Any kind of feedback/suggestion would be appreciated.
Thanks.
10 comments
[ 4.5 ms ] story [ 31.0 ms ] threadhttps://dba.stackexchange.com/questions/38793/which-database...
There's a nice little triangle diagram here: https://stackoverflow.com/questions/2794736/best-data-store-...
Cassandra can do many orders of magnitude more than 1B, but would limit you in your query patterns.