Home
last modified time | relevance | path

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

/rocksdb-6.9/cache/
Dcache_test.cc727 std::vector<std::pair<int, int>> inserted; in TEST_P() local
732 inserted.push_back({i * 2, i + 1}); in TEST_P()
736 std::sort(inserted.begin(), inserted.end()); in TEST_P()
738 ASSERT_TRUE(inserted == callback_state); in TEST_P()
/rocksdb-6.9/db/
Drange_del_aggregator.cc351 bool inserted; in AddTombstones() local
354 std::tie(it, inserted) = reps_.emplace( in AddTombstones()
356 assert(inserted); in AddTombstones()
/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.cc171 InsertResult inserted = status.row_key_status[row_key]; in Access() local
178 if (access.referenced_data_size > 0 && inserted == InsertResult::ADMITTED) { in Access()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py214 inserted = False
231 inserted = True
233 if not inserted:
774 inserted = False
776 inserted = True
777 self.get_id_row_key_map[trace_record.get_id][row_key] = inserted
/rocksdb-6.9/docs/_posts/
D2017-02-17-bulkoad-ingest-sst-file.markdown32 // Insert rows into the SST file, note that inserted keys must be
D2015-11-16-analysis-file-read-latency-by-level.markdown215 1. How is it that the count is around 7 billion when I have only inserted 1 billion hashes ? is the…
/rocksdb-6.9/
DHISTORY.md427 …ow-pri items to the tail of low-pri list (the midpoint) when they first inserted into the cache. T…
740 * Block cache mid-point insertion, where index and filter block are inserted into LRU block cache w…
1135 doesn't create a snapshot (can be used to read newly inserted data)