Searched refs:checkpoints (Results 1 – 4 of 4) sorted by relevance
14 * Fix the bug that if 2PC is enabled, checkpoints may loss some recent transactions.15 * When file copying is needed when creating checkpoints or bulk loading files, fsync the file after…
7 - /blog/2609/use-checkpoints-for-efficient-snapshots/20 A Checkpoint object needs to be created for a database before checkpoints are created. The API is a…
510 std::atomic<uint32_t> checkpoints(0); in TEST_P() local513 [&](void* /*arg*/) { checkpoints.fetch_add(1); }); in TEST_P()530 while (checkpoints.load() != 15) { in TEST_P()716 std::atomic<uint32_t> checkpoints(0); in TEST_P() local719 [&](void* /*arg*/) { checkpoints.fetch_add(1); }); in TEST_P()736 while (checkpoints.load() != len - 1) { in TEST_P()
445 …e of `bytes_max_delete_chunk` to 0 in NewSstFileManager() as it doesn't work well with checkpoints.699 * Fix the bug that if 2PC is enabled, checkpoints may loss some recent transactions.700 * When file copying is needed when creating checkpoints or bulk loading files, fsync the file after…