Lines Matching refs:read
5 …TableOptions from 2 to 4. SST files generated with the new default can be read by RocksDB versions…
12 … files were cached incorrectly during ingestion. If range tombstones were read from those incorrec…
53 …ystem class in include/rocksdb/file_system.h to encapsulate file creation/read/write operations, a…
74 * MultiGet() can use IO Uring to parallelize read from the same SST file. This featuer is by defaul…
85 * Fix a bug in which a snapshot read through an iterator could be affected by a DeleteRange after t…
108 …enabled with format_version 5 (or above) because previous releases cannot read this filter. This r…
128 …o_open is now only used when opening BackupEngineReadOnly. When opening a read/write BackupEngine,…
174 …reducing the write overhead of enabling it by 1/3 to 1/2, with similar benefit to read performance.
184 * The semantics of the per-block-type block read counts in the performance context now match those …
209 * Fixed a regression where the fill_cache read option also affected index blocks.
214 * The semantics of the per-block-type block read counts in the performance context now match those …
217 * Fixed a regression where the fill_cache read option also affected index blocks.
228 * Partitions of partitioned indexes no longer affect the read amplification statistics.
269 …leOptions::IndexType::kBinarySearchWithFirstKey. It significantly reduces read amplification in so…
279 * Fix crash when memtable prefix bloom is enabled and read/write a key out of domain of prefix extr…
291 * Fix a bug in Encryption Env which could cause encrypted files to be read beyond file boundaries.
303 …IOError subcode, PathNotFound, to indicate trying to open a nonexistent file or directory for read.
330 …value of true. If false it skips validating the snapshot before doing the read. Similarly ::Merge,…
344 * Fix a memory leak when files with range tombstones are read in mmap mode and block cache is enabl…
363 * Improved `DeleteRange` to prevent read performance degradation. The feature is no longer marked a…
438 * Write properties meta-block at the end of block-based table to save read-ahead IO.
453 …stat rocksdb.number.multiget.keys.found to count number of keys successfully read in MultiGet calls
594 * Fix wrong latencies in `rocksdb.db.get.micros`, `rocksdb.db.write.micros`, and `rocksdb.sst.read.…
607 …. Users can implement it to be notified of errors causing the DB to enter read-only mode, and opti…
758 * Add a read option background_purge_on_iterator_cleanup to avoid deleting files in foreground when…
806 * Add kPersistedTier to ReadTier. This option allows Get and MultiGet to read only the persited da…
861 …ng it when we create new backups (because of backward compatibility), but we don't read it anymore.
919 …eads are available in Env::GetThreadList(), including the number of bytes read / written by a comp…
1093 * By default, checksums are verified on every read from database
1135 doesn't create a snapshot (can be used to read newly inserted data)