Hello Geode community, I've been investigating possibilities of Geode Persistence for a while and still can't get it clear whether I need to have all my data in memory if I want to execute OQL queries or OQL engine works over the persistence as well.
My use case is the following. During the cluster startup I don't want to wait while all the data has been pre-loaded from the persistence to RAM and want to execute OQL queries right away. Is it feasible to implement with Geode? Please provide me with the links where I can read more about this. Regards, Denis