Myasuka opened a new issue #2823:
URL: https://github.com/apache/bookkeeper/issues/2823


   **QUESTION**
   
   `KeyValueStorageRocksDB` sets the table format version as 2 explicitly:
   `tableOptions.setFormatVersion(2);`
   
   From my experience, newly format could suppory partitioned index&filter, 
which could help improve performance much better with limited block cache, and 
the newer version sould be compatiable with older version. Why bookkeeper must 
set the version as 2?
   


-- 
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]


Reply via email to