Searched refs:compacted (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/utilities/cassandra/ |
| D | cassandra_compaction_filter.cc | 25 RowValue compacted = in FilterV2() local 31 compacted = compacted.RemoveTombstones(gc_grace_period_in_seconds_); in FilterV2() 34 if(compacted.Empty()) { in FilterV2() 39 compacted.Serialize(new_value); in FilterV2()
|
| D | cassandra_format_test.cc | 350 auto compacted = row_value.ConvertExpiredColumnsToTombstones(&changed); in TEST() local 352 EXPECT_EQ(compacted.columns_.size(), 4); in TEST() 353 VerifyRowValueColumns(compacted.columns_, 0, kColumn, 0, ToMicroSeconds(now)); in TEST() 354 VerifyRowValueColumns(compacted.columns_, 1, kTombstone, 1, ToMicroSeconds(now - 10)); in TEST() 355 VerifyRowValueColumns(compacted.columns_, 2, kExpiringColumn, 2, ToMicroSeconds(now)); in TEST() 356 VerifyRowValueColumns(compacted.columns_, 3, kTombstone, 3, ToMicroSeconds(now)); in TEST() 358 compacted.ConvertExpiredColumnsToTombstones(&changed); in TEST()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-06-26-17-level-based-changes.markdown | 48 …t L0 file, and expands towards older files as long as they're not being compacted. Since the large… 50 …the oldest file and expand towards newer files as long as they're not being compacted. For example:
|
| D | 2018-11-21-delete-range.markdown | 78 append-only, periodically compacted, and stores metadata like the level to which 97 when they're compacted to the bottom level. We also reused the LSM invariants 244 Writing the range tombstones ensures that most of them are not compacted away, and we have more tom…
|
| D | 2016-01-29-compaction_pri.markdown | 36 … The more number of deletes exceed inserts, the more likely it is being compacted. The optimizatio…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 257 …r replaying the MANIFEST and increasing db sequence due to another flushed/compacted column family. 265 * Introduce Periodic Compaction for Level style compaction. Files are re-compacted periodically and… 274 * Added BottommostLevelCompaction::kForceOptimized to avoid double compacting newly compacted files… 329 …o also uses compensated file size, which boosts file with lots of tombstones to be compacted first. 371 …y covering newer keys at a lower level, and include range tombstones in compacted files whose larg… 1028 * CompactRange() will never output compacted files to level 0. This used to be the case when all th…
|