vuu icon indicating copy to clipboard operation
vuu copied to clipboard

A way to avoid calling ignite cache too often for quick queries

Open naleeha opened this issue 1 year ago • 1 comments

should also not bother calling ignite for data when total rowcount is 0

naleeha avatar Feb 23 '24 12:02 naleeha

@chrisjstevo had one idea which was to use something similar to LogAtFrequency (currently in the code base to log at certain intervals)

It is a good option but i dont think we can call something similar in the IgniteOrderDataProvider because one instance of this is shared across multiple instances of the VirtualizedSessionTable

Might be a good opportunity to refactor the common code for VP/table related code that is not specific to order & how you source the data to something like VirtualSessionTableUpdater which we create a new instance of per new instance of VirtualizedSessionTable?

naleeha avatar Mar 01 '24 15:03 naleeha