What I meant here "Also if I request data for ID 1 will it bring it only from disk or " was that if I request a tuple which is not in memory and is in disk, 1) How does Geode know its in DISK 2) Does it bring only that tuple (value) to Memory or brings the whole page
Regards On Sun, Sep 6, 2020 at 11:36 PM Amit Pandey <amit.pandey2...@gmail.com> wrote: > 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 > >