rockeet
rockeet
the output file meta may be used later.
Compaction needs CompactionFilter, which may use `DB::Get` for metadata(such as pika/todis/kvrocks), in distributed compaction, compact_worker has no `DB` object, thus can not support such compaction. ToplingZipTable Builder use two-pass scanning,...
Now Transaction DB use `BaseDeltaIterator`, but it needs compare base_iter key and delta_iter key on each Next()/Prev(), this waste CPU. We can add delta iter to the (heap of) underlying...
## Description Here `Omit L0 Flush` is: definitely reduce IO, memory and CPU. `Vaule content` should not be stored in MemTable, instead storing value offset(of WAL Log) and size in...
For Key and Value, same column pos of different rows may use RLE compression, and can use Rank-Select to map RLE runs to compressed form.
Now `DBIter::Next` supports lazy load value, but `DBIter::Prev` does not support lazy load for **first visible is kValueType**. `DBIter::Prev` needs to calling underlying `iter->Prev` to get the iter pos of...
This feature request is picked from https://github.com/facebook/rocksdb/issues/10888 Now RocksDB has TableReader::ApproximateKeyAnchors for sampling key boundaries for sub compaction. It is better to expose ApproximateKeyAnchors to DB for applications, such as:...
Use D3.js to show the graph, just by static json/yaml definition. Show updated sideplugin definition is more complex: #35
Show the runtime dynamic objects relation graph.
I read and tested your safe_printf, it was amazed me... So, what I need is not only "safe", but also "convenient", for example, I want (maybe many people want too)...