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

flush isn't exposed for TransactionDB #876

Open
kayabaNerve opened this issue Mar 27, 2024 · 0 comments
Open

flush isn't exposed for TransactionDB #876

kayabaNerve opened this issue Mar 27, 2024 · 0 comments

Comments

@kayabaNerve
Copy link

It's solely exposed for DBCommon, backing DBWithThreadMode and OptimisticTransactionDB (yet not TransactionDB).

The raw FFI call exists in librocksdb-sys, yet there's no safe way to get the pointer for the TransactionDB from the object.

This, AFAICT, prevents ever flushing TransactionDBs to disk and causes massive WALs (due to them never being flattened into an SST).

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

1 participant