Lines Matching refs:blocks
5 …e read by RocksDB versions 5.16 and newer, and use more efficient encoding of keys in index blocks.
12 …tombstone blocks in ingested files were cached incorrectly during ingestion. If range tombstones w…
35 * Batched MultiGet() ignores IO errors while reading data blocks, causing it to potentially continu…
113 * The `sst_dump` command line tool `recompress` command now displays how many blocks were compresse…
182 …blocks are now handled similarly to data blocks with regards to the block cache: instead of storin…
183 …g, block cache eviction statistics for filter and compression dictionary blocks are temporarily br…
196 …on dictionary blocks are now prefetched and pinned in the cache (based on the customer's settings)…
209 * Fixed a regression where the fill_cache read option also affected index blocks.
217 * Fixed a regression where the fill_cache read option also affected index blocks.
227 …blocks are now handled similarly to data blocks with regards to the block cache: instead of storin…
248 * Lower MultiGet batching API latency by reading data blocks from disk in parallel
273 * Change the behavior of OptimizeForSmallDb(): use a 16MB block cache, put index and filter blocks …
316 …the same digested dictionary when compressing each of an SST file's data blocks for faster compres…
323 …ratios; however, it uses more memory and CPU for buffering/sampling data blocks and training dicti…
337 * The counter stat `number.block.not_compressed` now also counts blocks not compressed due to poor …
345 * Fix handling of corrupt range tombstone blocks such that corruptions cannot cause deleted keys to…
370 * Fix corner case where a write group leader blocked due to write stall blocks other writers in que…
416 * Changes the format of index blocks by delta encoding the index values, which are the block handle…
418 * Add hash index support to data blocks, which helps reducing the cpu utilization of point-lookup o…
432 * Changes the format of index blocks by storing the key in their raw form rather than converting th…
437 … to prefetch and pin the top-level index of partitioned index and filter blocks in cache. It has n…
451 * Add a BlockBasedTableOption to align uncompressed data blocks on the smaller of block size or pag…
910 …tly present in block cache. Now, we count the actual memory usage of the blocks. For example, a bl…
932 * Changed the LRU caching algorithm so that referenced blocks (by iterators) are never evicted. Thi…
940 …on = 2. This format changes how we encode size information in compressed blocks and should help wi…