vote up 1 vote down star

I can see myself using Project Voldermort to cache results from a Traditional RDBMS query. But in this case, it provides almost no major advantage over other (Java) caching system such as EHcache Jcache etc.

Where else could I use Project Voldermort or similar Key Value stores ? How are you using this in your business applications ?

flag

1 Answer

vote up 1 vote down

Project Voldermort is part of the NoSQL movement. Trends in computer architectures are pressing databases in a direction that requires horizontal scalability. NOSQL attempts to address this requirement.

Among the claimed benefits of such Key/Value stores is the ability to blow through enormous amounts of data without the overhead of a traditional RDBMS.

http://www.computerworld.com/s/article/9135086/No_to_SQL_Anti_database_movement_gains_steam_

link|flag
I understand that this is a cool technology. I want to know how are normal businesses using it. By Normal businesses , I mean non-google and non-facebook type companies who have been using traditional relational databases. I am looking for use cases or scenarios where people have leveraged this technology for "normal" businesses. – unknown (yahoo) Oct 20 at 18:28
See also Bigtable: jetfar.com/bigtable-and-why-it-changes-everything/… and labs.google.com/papers/bigtable.html – Robert Harvey Oct 20 at 19:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.