rocksdb/include/rocksdb/utilities
sdong 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange()
Summary: In DB::CompactRange(), change parameter "reduce_level" to "change_level". Users can compact all data to the last level if needed. By doing it, users can migrate the DB to options.level_compaction_dynamic_level_bytes=true.

Test Plan: Add a unit test for it.

Reviewers: yhchiang, anthony, kradhakrishnan, igor, rven

Reviewed By: rven

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D39099
2015-06-01 18:21:14 -07:00
..
backupable_db.h Fix a bug in ReadOnlyBackupEngine 2015-02-27 14:03:56 -08:00
checkpoint.h Moved checkpoint to utilities 2014-11-20 15:54:47 -08:00
convenience.h fix crashes in stats and compaction filter for db_ttl_impl 2015-05-05 16:54:47 -07:00
db_ttl.h Move include/utilities/*.h to include/rocksdb/utilities/*.h 2014-07-23 10:21:38 -04:00
document_db.h Move include/utilities/*.h to include/rocksdb/utilities/*.h 2014-07-23 10:21:38 -04:00
flashcache.h Adding another NewFlashcacheAwareEnv function to support pre-opened fd 2015-04-06 16:50:36 -07:00
geo_db.h Move include/utilities/*.h to include/rocksdb/utilities/*.h 2014-07-23 10:21:38 -04:00
json_document.h Return fbson 2015-02-27 00:04:14 +03:00
leveldb_options.h Fix mac compile 2014-11-21 09:42:45 -05:00
optimistic_transaction_db.h Optimistic Transactions 2015-05-29 14:36:35 -07:00
optimistic_transaction.h Optimistic Transactions 2015-05-29 14:36:35 -07:00
spatial_db.h Add concurrency to compacting SpatialDB 2014-11-13 16:34:29 -05:00
stackable_db.h Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() 2015-06-01 18:21:14 -07:00
utility_db.h Move include/utilities/*.h to include/rocksdb/utilities/*.h 2014-07-23 10:21:38 -04:00
write_batch_with_index.h API to fetch from both a WriteBatchWithIndex and the db 2015-05-11 14:51:51 -07:00