Searched refs:small (Results 1 – 16 of 16) sorted by relevance
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-12-partitioned-index-filter.markdown | 16 … often and exacerbate their own cache miss rate too. This is while only a small part of the index/… 28 … and emulate the small memory that is present to a node with 100TB of data by using direct IO (ski… 32 In this example we have a DB of size 300G on SSD and emulate the small memory that would be availab…
|
| D | 2014-09-12-new-bloom-filter-format.markdown | 47 …nerating filter. Original filter just creates a bunch of small filters so it just buffer a small a…
|
| D | 2018-08-23-data-block-hash-index.markdown | 54 …up falls back to binary seek (fall back ratio) due to the collision. So a small util ratio has mor… 82 …small util ratio will result in a large data block cache miss ratio, and the extra I/O may drag do…
|
| D | 2014-04-07-rocksdb-2-8-release.markdown | 40 We have also introduced small incompatible API changes (mostly for advanced users). You can see ful…
|
| D | 2016-01-29-compaction_pri.markdown | 26 **Optimize for small working set** 30 … ranges in the level. If your use case is to overwrite existing keys in a small range, try options…
|
| D | 2014-03-27-how-to-backup-rocksdb.markdown | 75 You probably want to keep around only small number of backups. To delete old backups, just call `Pu…
|
| D | 2018-11-21-delete-range.markdown | 125 case, which is the memtable contains zero or a small number of range tombstones.
|
| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 183 [Rule "small-l0-files"] 184 conditions=small-l0-files 187 [Condition "small-l0-files"]
|
| /rocksdb-6.9/docs/_sass/ |
| D | _reset.scss | 5 small, strike, strong, sub, sup, tt, var,
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 50 $small-font-size: $base-font-size * 0.875;
|
| /rocksdb-6.9/db/compaction/ |
| D | compaction_job_stats_test.cc | 336 void MakeTables(int n, const std::string& small, const std::string& large, in MakeTables() argument 339 ASSERT_OK(Put(cf, small, "begin")); in MakeTables()
|
| /rocksdb-6.9/db/ |
| D | db_test_util.cc | 1130 void DBTestBase::MakeTables(int n, const std::string& small, in MakeTables() argument 1133 ASSERT_OK(Put(cf, small, "begin")); in MakeTables()
|
| D | db_test_util.h | 905 void MakeTables(int n, const std::string& small, const std::string& large,
|
| D | column_family_test.cc | 442 void MakeTables(int cf, int n, const std::string& small, in MakeTables() argument 445 ASSERT_OK(Put(cf, small, "begin")); in MakeTables()
|
| D | version_set.cc | 839 InternalKey small; in SomeFileOverlapsRange() local 840 small.SetMinPossibleForUserKey(*smallest_user_key); in SomeFileOverlapsRange() 841 index = FindFile(icmp, file_level, small.Encode()); in SomeFileOverlapsRange()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 13 * Fix a data race that might cause crash when calling DB::GetCreationTimeOfOldestFile() by a small … 178 …rgument in NewLRUCache(). When block cache is not explicitly created, the small block cache create… 1154 …which allocates first N elements on stack. Most of vectors in RocksDB are small. Also, we never wa…
|