Hi Geode Devs, How does Geode handle data on disk ? How does Geode mark that some data of a region is in disk , is it basically what we call as the Tombstone approach ? Also if I request data for ID 1 will it bring it only from disk or
Secondly, how does Geode handle updates of data on disk ? SO does it discard the data on disk when it brings a tuple in memory and writes a new file to disk ? Regards