Home
last modified time | relevance | path

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

/rocksdb-6.9/docs/_posts/
D2017-02-07-rocksdb-5-1-2-released.markdown14 * 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…
D2015-11-10-use-checkpoints-for-efficient-snapshots.markdown7 - /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…
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc510 std::atomic<uint32_t> checkpoints(0); in TEST_P() local
513 [&](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() local
719 [&](void* /*arg*/) { checkpoints.fetch_add(1); }); in TEST_P()
736 while (checkpoints.load() != len - 1) { in TEST_P()
/rocksdb-6.9/
DHISTORY.md445 …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…