I would like to know if there are any good resource to advice me on the best pratices for a high transaction(2000 TPS) and volume system(Millions and Millions of records) using gemfire as it's main Database.
I ask this because I am receiving information to skip doing queries that use "LIKE" or any other search that is not a Key fetch on Gemfire, and try to use the region directly on Java memory wherever possible (If the JVM can handle size of the data). Making Gemfire almost a huge HashMap that has no functionality other than a Map.get().
Is there any basis on arguments like above?
Aren't Gemfire clusters handling zillions of transactions per second around the world everyday?
Thanks