Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

[Feature Request] Ability to query history for an entry. #30

@vaultec81

Description

@vaultec81

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.

I am willing to submit a PR to add this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions