Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc453 std::vector<CuckooNode> tree; in MakeSpaceForKey() local
465 tree.push_back(CuckooNode(bid, 0, 0)); in MakeSpaceForKey()
469 while (!null_found && curr_pos < tree.size()) { in MakeSpaceForKey()
470 CuckooNode& curr_node = tree[curr_pos]; in MakeSpaceForKey()
490 tree.push_back(CuckooNode(child_bucket_id, curr_depth + 1, in MakeSpaceForKey()
507 uint32_t bucket_to_replace_pos = static_cast<uint32_t>(tree.size()) - 1; in MakeSpaceForKey()
509 CuckooNode& curr_node = tree[bucket_to_replace_pos]; in MakeSpaceForKey()
511 (*buckets)[static_cast<size_t>(tree[curr_node.parent_pos].bucket_id)]; in MakeSpaceForKey()
514 *bucket_id = tree[bucket_to_replace_pos].bucket_id; in MakeSpaceForKey()
/rocksdb-6.9/docs/_data/
Dnav.yml10 href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb
14 href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb
/rocksdb-6.9/docs/_posts/
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown16 … from lower level. As a result, key/values are moved from L0 down the LSM tree gradually. Compacti…
18 One observation to this problem is that: after the LSM tree is built, an SST file's position in its…
D2018-08-01-rocksdb-tuning-advisor.markdown58 For more information, refer to [advisor](https://github.com/facebook/rocksdb/tree/master/tools/advi…
D2016-07-26-rocksdb-4-8-released.markdown43 …B property "rocksdb.current-super-version-number") that increments upon any change to the LSM tree.
/rocksdb-6.9/
DLANGUAGE-BINDINGS.md3 * Java - https://github.com/facebook/rocksdb/tree/master/java
DREADME.md19 Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples
DHISTORY.md491 …e-sst-files-size" DB property to return total bytes of all SST files belong to the latest LSM tree.
792 …B property "rocksdb.current-super-version-number") that increments upon any change to the LSM tree.
/rocksdb-6.9/tools/advisor/
DREADME.md90 [test/](https://github.com/facebook/rocksdb/tree/master/tools/advisor/test)