Thanks for asking.
I'm trying to get faster reads. Write is good for now. Here's my read example. It's just testing environment. I have two caches, Cache1 and Cache2. And preload 45,000 tips in Cache1. Put 1,000,000 tips into Cache2 to trigger continuous query in Cache1. After the end, console will print the total time. When I increased my cluster from two nodes to three nodes, console returned me a larger number. Is there something more you need to know?
