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

Improved UpdateAt and Fetch #24

Merged
merged 2 commits into from Sep 10, 2021
Merged

Improved UpdateAt and Fetch #24

merged 2 commits into from Sep 10, 2021

Conversation

kelindar
Copy link
Owner

This PR introduces API changes:

  • UpdateAt on a collection level now takes a function delegate.
  • Fetch renamed to SelectAt and now also takes function delegate.

In addition, I changed the bench example to point transactions, and now instead of measuring individual rows modified, it measures transactions per second. These are point-reads and point-writes, very inefficient since it would create one transaction per row and does not benefit from bitmap indexing.

@kelindar kelindar merged commit 98f1904 into main Sep 10, 2021
@kelindar kelindar deleted the updateAt branch September 10, 2021 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant