Searched refs:evicted (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.cc | 483 CommitEntry evicted; in AddCommitted() local 490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted() 506 prepare_seq, evicted.prep_seq, evicted.commit_seq, in AddCommitted() 512 CheckAgainstSnapshots(evicted); in AddCommitted() 516 if (dp == evicted.prep_seq) { in AddCommitted() 520 delayed_prepared_commits_[evicted.prep_seq] = evicted.commit_seq; in AddCommitted() 523 evicted.prep_seq, evicted.commit_seq); in AddCommitted() 898 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots() 918 evicted.prep_seq, evicted.commit_seq, cnt); in CheckAgainstSnapshots() 926 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots() [all …]
|
| D | write_prepared_transaction_test.cc | 709 bool evicted = wp_db->AddCommitEntry(c.prep_seq % size, c, &e); in TEST_P() local 710 ASSERT_FALSE(evicted); in TEST_P() 747 evicted = wp_db->AddCommitEntry(e4.prep_seq % size, e4, &e); in TEST_P() 748 ASSERT_TRUE(evicted); in TEST_P()
|
| D | write_prepared_txn_db.h | 701 void CheckAgainstSnapshots(const CommitEntry& evicted);
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-05-14-lock.markdown | 49 …ta indexes, as well as bloom filters. When the table handler needs to be evicted based on LRU, tho…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 182 …mpression dictionary blocks (as well as filter partitions) no longer get evicted from the cache wh… 227 …he blocks themselves are cached. In addition, index blocks no longer get evicted from the cache wh… 932 * Changed the LRU caching algorithm so that referenced blocks (by iterators) are never evicted. Thi…
|