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

Look into using TimestampSkipping iterator in RollbackCheckIterator #949

Closed
keith-turner opened this issue Oct 20, 2017 · 1 comment
Closed
Milestone

Comments

@keith-turner
Copy link
Contributor

The RollbackCheckItertor does a linear scan of a row+column versions. It could use the timestamp skipping iterator to jump to later timestamps. This could speed up rollbacks where a row+col has lots versions.

@llvieira
Copy link
Contributor

@keith-turner I opened a pull request about it, so when you have a moment can you please review it and check out if what I did was fine?

@mikewalch mikewalch added this to the 1.2.0 milestone Jan 11, 2018
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

No branches or pull requests

3 participants