Lines Matching refs:flush
14 …ters_for_hits was for max threads when calling load table handles after a flush or compaction. The…
34 … blob files and SSTs. This should mitigate issue #6338 where out of order flush/compaction notific…
99 * Fix OnFlushCompleted fired before flush result persisted in MANIFEST when there's concurrent flus…
133 * Flush sets file name to "(nil)" for OnTableFileCreationCompleted() if the flush does not produce …
247 * Log Writer will flush after finishing the whole record, rather than a fragment.
256 * Fix flush's/compaction's merge processing logic which allowed `Put`s covered by range tombstones …
290 * Fix a bug in 2PC where a sequence of txn prepare, memtable flush, and crash could result in losin…
314 * Make DB ignore dropped column families while committing results of atomic flush.
373 * Fix slow flush/compaction when DB contains many snapshots. The problem became noticeable to us in…
384 …g immediately, even if it causes user writes to stall, or will wait until flush can be performed w…
525 * Add a new histogram stat called rocksdb.db.flush.micros for memtable flush.
535 * Fix DB::Flush() keep waiting after flush finish under certain condition.
566 …ync` can now be changed dynamically, `DBOptions::wal_bytes_per_sync` will flush all memtables and …
617 …ackground_jobs`, which automatically decides how many threads to allocate towards flush/compaction.
629 * Shouldn't ignore return value of fsync() in flush.
661 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a…
669 * Remove option min_partial_merge_operands. Partial merge operands will always be merged in flush o…
784 * rename options compaction_measure_io_stats to report_bg_io_stats and include flush too.
901 * If CancelAllBackgroundWork is called without doing a flush after doing loads with WAL disabled, t…
919 …a compaction job, mem-table size and current number of bytes written by a flush job and many more.…
928 - Thread Operation including flush and compaction.
1046 * Add a rate_limiter option, which controls total throughput of flush and compaction. The throughpu…