Solandra icon indicating copy to clipboard operation
Solandra copied to clipboard

Solr Caching with the scalable NOSQLs like Redis or Memcached instead of local memory LRUCache

Open mykidong opened this issue 14 years ago • 1 comments

I wanted to cache the solr caches into the scalable distributed key/value store like Redis or Memcached instead of the local memory LRUCache. I have tried to cache the solr caches like query results into Redis using my custom RedisSolrCache Implemenation. But Serializable problem occurred.

My question could not be appropriate to the solandra issues. But does anybody have an idea to resolve my case? Any advice would be appreciated to me.

  • Kidong.

mykidong avatar Aug 20 '11 09:08 mykidong

I cannot contain my self...

Why not Cassandra? It is a scalable NOSQL! As I understand, this should be in memory or not exist at all. Sorry, but the question is legit.

I will investigate the usage of the caching structure of Solandra (it was a blocker for the adoption of Lucandra some month ago for me).

levmatta-umanni avatar Oct 12 '11 00:10 levmatta-umanni