-
Notifications
You must be signed in to change notification settings - Fork 207
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
customized terarkzip default options/options.cc modification. problem as mentioned #247
Comments
add header try again |
i did but i get...
|
#include rocksdb::DB* db; // Your db options here // TerarkZipTable need a rocksdb::TerarkZipTableOptions tzt_options; table_factory.reset( options.table_factory = table_factory; // Open DB // Operations s = db->Delete(rocksdb::WriteOptions(), "key1"); is this your need? |
no, i mean i'm ediitng this file directly how to force it to use terarkzip as default? (doing so to make my language binding easier. no need to write binding) the code i shown is not working |
i've edited options/options.cc with error below. can anyone pls help? coz i got the code to make all request defaulting to use terarkzip coz my NON-C++ language binding for rocksdb doesn't have the terarkzip option binding.
pls help. thx
The text was updated successfully, but these errors were encountered: