For a caching application – what nosql (key => value) database would be the fastest in terms of both reading a writing?
Redis, Casandra etc or something else?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Redis and Cassandra are leaders when you need to write to disk.
For pure in-memory (obviously the fastest) go with Infinispan.
[Disclaimer: I contributed myself to Infinispan. Was pretty awesome to deal with the speed improvements though]