Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DHashLinkedListMemTableConfig.java95 setBucketEntriesLoggingThreshold(final int threshold) { in setBucketEntriesLoggingThreshold() argument
96 bucketEntriesLoggingThreshold_ = threshold; in setBucketEntriesLoggingThreshold()
143 setThresholdUseSkiplist(final int threshold) { in setThresholdUseSkiplist() argument
144 thresholdUseSkiplist_ = threshold; in setThresholdUseSkiplist()
/rocksdb-6.9/tools/
Dpflag86 -l: what is the threshold/limit for the metric that is being sensed.
93 warn: complain if usage exceeds threshold, but continue monitoring
95 die: if usage exceeds threshold, die immediately
/rocksdb-6.9/monitoring/
Dhistogram.cc138 double threshold = num() * (p / 100.0); in Percentile() local
143 if (cumulative_sum >= threshold) { in Percentile()
152 pos = (threshold - left_sum) / right_left_diff; in Percentile()
/rocksdb-6.9/docs/_posts/
D2017-05-26-rocksdb-5-4-5-released.markdown10 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
17 …ded during checkpoint creation if total log file size is smaller than a threshold specified by the…
D2017-07-25-rocksdb-5-6-1-released.markdown17 …e_buffer_manager or db_write_buffer_size is triggered, so that the hard threshold is hard to hit. …
D2018-11-21-delete-range.markdown280 after it passes a threshold). In the future, a specialized data structure can be used for storing
/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py46 self, entities, statistic, window_sec, threshold, percent argument
86 if rate >= threshold:
/rocksdb-6.9/
DHISTORY.md105 …periodic_compaction_seconds. A full compaction will be triggered if any file is over the threshold.
113 …ny were not compressed because the compression ratio was not met (12.5% threshold for GoodCompress…
624 …ite_buffer_manager or db_write_buffer_size is triggered, so that the hard threshold is hard to hit.
653 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
661 …ded during checkpoint creation if total log file size is smaller than a threshold specified by the…