We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Goal for Milestone-1 is to provide a minimum viable product for enthusiastic users and early adopters.
diff()
old
new
merge()
old-value
delta
new-value
..._with_versions()
Best case
Better case
Good case
count()
Footnotes:
The text was updated successfully, but these errors were encountered:
prataprc
No branches or pull requests
Goal for Milestone-1 is to provide a minimum viable product for enthusiastic users and early adopters.
diff()
API to create a delta betweenold
andnew
value.merge()
API to createold-value
fromdelta
andnew-value
...._with_versions()
flavor for read-api to fetch all the versions of index-value.Best case
, if memory-index can allow concurrent full-table-scan without any additional penalties.Better case
, if memory-index can allow concurrent full-table-scan without blocking writes.Good case
, if memory-index can allow concurrent full-table-scan without blocking write for too-long (< 1ms).count()
can only be approximate.Footnotes:
The text was updated successfully, but these errors were encountered: