Searched refs:dropped (Results 1 – 4 of 4) sorted by relevance
601 size_t dropped = DroppedBytes(); in TEST_P() local602 ASSERT_LE(dropped, 2 * kBlockSize + 100); in TEST_P()603 ASSERT_GE(dropped, 2 * kBlockSize); in TEST_P()
63 bool dropped = cfd_->IsDropped(); in ~ColumnFamilyHandleImpl() local65 if (dropped) { in ~ColumnFamilyHandleImpl()
59 reaches the bottom of the LSM, where tombstones can finally be dropped.121 tombstones dropped or merged wherever possible.243 those dropped during compaction) that were written in regular intervals after 4.5 million data keys…
66 …correct "number of input records" value was used to compute the "records dropped" statistics for c…71 …uring compaction get relocated to new blob files, and old blob files are dropped once they are no …314 * Make DB ignore dropped column families while committing results of atomic flush.328 … new snapshot won't be repeatable, because after the compaction finishes, some keys may be dropped.556 …to advance the cutoff seqnum (all deletes made before this seqnum can be dropped by DB). It's user…571 …t files containing deleted/overwritten keys that previously could not be dropped due to the snapsh…948 * Fixed a bug where we start deleting files of a dropped column families even if there are still li…