Re: Question about design of ObjectStore cache

2018-02-23 Thread Sergey Shelukhin
I think the primary motivation for cache was the cloud use-case where the default SQL instance is underpowered and you have to set up and pay more to get a performant one. The same may apply to setting up redis/memcached on the cloud environment - if you set one up you might as well just get the

Question about design of ObjectStore cache

2018-02-23 Thread Alexander Kolbasov
Hello, I am wondering about the design choices made for ObjectStore cache. Looks like Datanucleus has support for L2 caching using various backends, including memcache and redis (caching support is pluggable). I am wondering why you decided to implement your own caching solution instead. Even if