Lines Matching refs:total
43 … (number of blobs relocated during GC), and `BLOB_DB_GC_BYTES_RELOCATED` (total size of blobs relo…
67 * Fix a regression bug that causes segfault when hash is used, max_open_files != -1 and total order…
73 …to_prefix_mode. When set to true, iterator will return the same result as total order seek, but ma…
198 …onOptions used with DB::GetApproximateSizes. When approximating the files total size that is used …
491 * Add "rocksdb.live-sst-files-size" DB property to return total bytes of all SST files belong to th…
544 …me`, which measure the number of times transactions wait on key locks and total amount of time wai…
661 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a…
760 * Add options.write_buffer_manager which allows users to control total memtable sizes across multip…
807 …t_file_manager.h to create a SstFileManager that can be used to track the total size of SST files …
1046 * Add a rate_limiter option, which controls total throughput of flush and compaction. The throughpu…
1105 * WriteBatch has a new function Count() to return total size in the batch, and Data() now returns a…