Home
last modified time | relevance | path

Searched refs:small (Results 1 – 16 of 16) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-05-12-partitioned-index-filter.markdown16 … 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…
D2014-09-12-new-bloom-filter-format.markdown47 …nerating filter. Original filter just creates a bunch of small filters so it just buffer a small a…
D2018-08-23-data-block-hash-index.markdown54 …up falls back to binary seek (fall back ratio) due to the collision. So a small util ratio has mor…
82small util ratio will result in a large data block cache miss ratio, and the extra I/O may drag do…
D2014-04-07-rocksdb-2-8-release.markdown40 We have also introduced small incompatible API changes (mostly for advanced users). You can see ful…
D2016-01-29-compaction_pri.markdown26 **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…
D2014-03-27-how-to-backup-rocksdb.markdown75 You probably want to keep around only small number of backups. To delete old backups, just call `Pu…
D2018-11-21-delete-range.markdown125 case, which is the memtable contains zero or a small number of range tombstones.
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini183 [Rule "small-l0-files"]
184 conditions=small-l0-files
187 [Condition "small-l0-files"]
/rocksdb-6.9/docs/_sass/
D_reset.scss5 small, strike, strong, sub, sup, tt, var,
/rocksdb-6.9/docs/css/
Dmain.scss50 $small-font-size: $base-font-size * 0.875;
/rocksdb-6.9/db/compaction/
Dcompaction_job_stats_test.cc336 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/
Ddb_test_util.cc1130 void DBTestBase::MakeTables(int n, const std::string& small, in MakeTables() argument
1133 ASSERT_OK(Put(cf, small, "begin")); in MakeTables()
Ddb_test_util.h905 void MakeTables(int n, const std::string& small, const std::string& large,
Dcolumn_family_test.cc442 void MakeTables(int cf, int n, const std::string& small, in MakeTables() argument
445 ASSERT_OK(Put(cf, small, "begin")); in MakeTables()
Dversion_set.cc839 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/
DHISTORY.md13 * 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…