Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/
DLICENSE.Apache10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
DHISTORY.md717 * Add memtable_insert_with_hint_prefix_extractor option. The option is mean to reduce CPU usage for…
907 …s to control when it's possible to skip bottommost level compaction. This mean that if you want th…
/rocksdb-6.9/docs/_posts/
D2017-01-06-rocksdb-5-0-1-released.markdown24 …* Add memtable_insert_with_hint_prefix_extractor option. The option is mean to reduce CPU usage fo…
D2014-03-27-how-to-backup-rocksdb.markdown115 …NewBackup()` is called. One thing to note is that a backup abortion could mean a corruption from a…
/rocksdb-6.9/db/compaction/
Dcompaction_job.cc541 double mean = sum * 1.0 / subcompactions; in GenSubcompactionBoundaries() local
552 if (sum >= mean) { in GenSubcompactionBoundaries()