speedb-io / speedb

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

Support sanitization of block based table options #541

Open udi-speedb opened 1 year ago

udi-speedb commented 1 year ago

As part of #488 there was a need to sanitize a block based table option (specifically, the optimize_filters_for_memory). In addition, the flag should be sanitized only in a specific plug-in (Speedb's paired bloom filter). The current sanitization mechanism doesn't include proper support for this.

mrambacher commented 1 year ago

This issue would be addressed by RocksDB #9552