|
|
|
|
|
by pskomoroch
6156 days ago
|
|
The live site trendingtopics.org is using MySQL for all 3 million articles and it handles it pretty well with the right indexing, bulk loads, and memcached. I built the initial demo in 10 days, so I choose Rails w/ MySQL mostly for simplicity and with the intention of adding Solr or Sphinx search. The way the data is stored (key value style w/ JSON timelines) was actually intended to lend itself to replacing MySQL with another fast big-table like datastore. |
|
I was reading this website - http://www.metabrew.com/article/anti-rdbms-a-list-of-distrib...
I have not tried HBase and HyperTable myself yet, but the blog post says that they still have latency issues. What are your views?