acelyc111 commented on code in PR #2251:
URL:
https://github.com/apache/incubator-pegasus/pull/2251#discussion_r2107603729
##########
src/server/pegasus_server_impl_init.cpp:
##########
@@ -693,6 +745,15 @@
pegasus_server_impl::pegasus_server_impl(dsn::replication::replica *r)
_data_cf_opts.max_bytes_for_level_base =
FLAGS_rocksdb_max_bytes_for_level_base;
_data_cf_opts.max_bytes_for_level_multiplier =
FLAGS_rocksdb_max_bytes_for_level_multiplier;
+ // open db with key-value separation option (rocksdb blobdb)
+ _data_cf_opts.enable_blob_files = FLAGS_rocksdb_enable_blob_files;
Review Comment:
@ninsmiracle If `enable_blob_files` is set as true at the beginning, I wrote
`k1` -> `v1` to a table. Then set it to false and reboot the replica servers,
can I read the former `k1` from the DB? How it act if the data in both SST and
blob files?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]