You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2023. It is now read-only.
Currently docstore Index only keeps track of whether a docstore entry exists or not and the current value coinciding to it. There could be a toggle that turns on and off the past history tracking when the store instance is created. History would contain pasts queryable values, deletion, creation. This would be essentially converting events from the oplog into a useable format.
Side note: in the future the index could only store event meta, such as add, del. Values would be stored on disk/IPFS to conserve memory. Potentially even sharded (at the cost of performance) to save space.