simple-cached-firestore icon indicating copy to clipboard operation
simple-cached-firestore copied to clipboard

Persistence on reboot

Open PartypayNL opened this issue 3 years ago • 0 comments

Lets say i have a collection with 30.000 small documents all being cached to redis and in time persisted to the local hd. On a restart of the node service or a reboot of the server redis would take the local copy and push it back into memory. But how will the firestore listener know it doesnt have to fetch all these documents again?

PartypayNL avatar Apr 02 '21 16:04 PartypayNL