Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader APIs for value versions. #8

Open
prataprc opened this issue Aug 2, 2019 · 0 comments
Open

Reader APIs for value versions. #8

prataprc opened this issue Aug 2, 2019 · 0 comments
Projects
Milestone

Comments

@prataprc
Copy link
Owner

prataprc commented Aug 2, 2019

This issue is applicable only when rdms indexes are
configured to manage older versions for each entries.

Following are the read APIs defined by the Reader trait.

  • get()
  • iter()
  • range()
  • reverse()

Above APIs are the faster variant of reading into indexes,
which means, returned Entry may or may-not include all its
previous versions (mutations).

Add a variant of these APIs like:

  • get_versions()
  • iter_versions()
  • range_versions()
  • reverse_versions()

where the returned Entry shall always include all available
previous version, but can be slower due to disk-lookup and
merge cost.

@prataprc prataprc changed the title APIs for value versions. Reader APIs for value versions. Aug 2, 2019
@prataprc prataprc added this to New in Milestone-1 Aug 27, 2019
@prataprc prataprc added this to the Milestone1 milestone Aug 27, 2019
@prataprc prataprc moved this from New to InProgress in Milestone-1 Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Milestone-1
  
InProgress
Development

No branches or pull requests

1 participant