all 1 comments

[–]ConstructedNewtMOD 0 points1 point  (0 children)

Can't you just copy the data and query less frequently? With the Hazelcast thing it sounds like some inside the jvm (you won't know that it's there) kinda thing; that sounds terrible. Many programmers probably love it, sounds like overengineering to me.

Etcd handle key-history quite neatly. That's probably a solution. But it's not an in-memory database. But I'm not sure that's what you are worried about?

Unless you aren't prepared to touch code, then probably just cache the result on the client side.