rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

[WIP]Allow commit with arbitrary timestamp if no record found for key

Open jowlyzhang opened this issue 9 months ago • 0 comments

As titled. When no records for keys can be found in the DB, this allows user to set arbitrary commit timestamp regardless of the read timestamp set for validation since this is a safe operation.

Test plan: Added unit test.

jowlyzhang avatar May 24 '24 19:05 jowlyzhang