You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: