Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-07-29-rocksdb-3-3-release.markdown17 …ashLinkList caused by skewed bucket by switching data in the bucket from linked list to skip list.…
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown15 …the same filesystem as the original database, the SST files will be hard-linked, otherwise SST fil…
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc1690 linked = 0; in TEST_P()
1697 linked++; in TEST_P()
1698 if (linked == 1) { in TEST_P()
1700 while (linked < first_group_size) { in TEST_P()
1702 } else if (linked == 1 + first_group_size) { in TEST_P()
1705 while (linked < txn_cnt + commit_writes) { in TEST_P()
1737 while (linked.load() <= bi) { in TEST_P()
1744 while (linked.load() <= bi + expected_commits) { in TEST_P()
Dtransaction_test.h212 std::atomic<size_t> linked = {0}; variable
/rocksdb-6.9/docs/
DCONTRIBUTING.md105 …> This is not necessary if you just want to have a page that is linked to from another page, but n…
/rocksdb-6.9/
DTARGETS101 # whether the binary is linked with jemalloc at runtime.
DHISTORY.md738 …e default LRU-based block cache and table cache. To use it, RocksDB need to be linked with TBB lib.
909 * DB:Open() will fail if the compression specified in Options is not linked with the binary. If you…
1043 …nce outlier caused by skewed bucket by switching data in the bucket from linked list to skip list.…
1114 * A new mem table implementation hash linked list optimizing for the case that there are only few k…