speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
902 stars 69 forks source link

Add reporting to WBM and WC methods #453

Closed Yuval-Ariel closed 11 months ago

Yuval-Ariel commented 1 year ago

currently, reporting to the LOG through the WBM or WC is unreachable. this is especially complicated since the WBM and WC can be associated with more than 1 DB so theres the question, where should it report?

Yuval-Ariel commented 1 year ago

i believe we can store all the info_log (from ImmutableDBOptions) in the WBM so that the WBM can report to all the DBs its connected to. @udi-speedb thoughts?

Yuval-Ariel commented 11 months ago

@erez-speedb , plz run performance. we expect no degradation