Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/lsm/
H A Dlsm_tree.c778 uint32_t chunks_moved, nchunks, new_id; in __wt_lsm_tree_switch() local
842 chunks_moved = lsm_tree->nchunks - lsm_tree->chunk_count_limit; in __wt_lsm_tree_switch()
845 session, lsm_tree, 0, chunks_moved)); in __wt_lsm_tree_switch()
848 lsm_tree->nchunks -= chunks_moved; in __wt_lsm_tree_switch()
851 lsm_tree->chunk + chunks_moved, in __wt_lsm_tree_switch()
855 0, chunks_moved * sizeof(*lsm_tree->chunk)); in __wt_lsm_tree_switch()