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

Is there any way to determine the exact last write/sequence number in the rocksdb's backup #7712

Closed
ufo2243 opened this issue Nov 25, 2020 · 2 comments
Assignees

Comments

@ufo2243
Copy link

ufo2243 commented Nov 25, 2020

After I called rocksdb::BackupEngine::CreateBackupWithMetadata() , the information I can get from Backup is only a id and a timestamp.
What I what to do here is that if I can have the last operation in the backup I can log all the operations after backing up rocksdb somewhere else.

@pdillinger
Copy link
Contributor

Not currently, but this is a feature request that has been on my mind.

@pdillinger
Copy link
Contributor

Added the ability to open backups as read-only DBs, which should enable all the inspection you need. #8142

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

2 participants