rocksdb/util
Siying Dong 118058ba69 SstFileManager: add bytes_max_delete_chunk
Summary:
Add `bytes_max_delete_chunk` in SstFileManager so that we can drop a large file in multiple batches.
Closes https://github.com/facebook/rocksdb/pull/3640

Differential Revision: D7358679

Pulled By: siying

fbshipit-source-id: ef17f0da2f5723dbece2669485a9b91b3edc0bb7
2018-03-22 15:58:37 -07:00
..
aligned_buffer.h Rounddown in FilePrefetchBuffer::Prefetch 2018-01-26 12:57:25 -08:00
allocator.h
arena.cc fix advance reservation of arena block addresses 2018-02-15 19:41:52 -08:00
arena.h
arena_test.cc
auto_roll_logger.cc
auto_roll_logger.h Fix the Logger::Close() and DBImpl::Close() design pattern 2018-02-23 13:57:26 -08:00
auto_roll_logger_test.cc Add a Close() method to DB to return status when closing a db 2018-01-16 11:08:57 -08:00
autovector.h
autovector_test.cc
bloom.cc
bloom_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
build_version.cc.in
build_version.h
cast_util.h
channel.h
coding.cc
coding.h
coding_test.cc
compaction_job_stats_impl.cc
comparator.cc
compression.h Comment out unused variables 2018-03-05 13:13:41 -08:00
concurrent_arena.cc
concurrent_arena.h
core_local.h
crc32c.cc Suppress UBSAN error in finer guanularity 2018-02-13 12:18:07 -08:00
crc32c.h
crc32c_ppc.c
crc32c_ppc.h
crc32c_ppc_asm.S
crc32c_ppc_constants.h
crc32c_test.cc Port 3 way SSE4.2 crc32c implementation from Folly 2017-12-19 18:26:49 -08:00
delete_scheduler.cc SstFileManager: add bytes_max_delete_chunk 2018-03-22 15:58:37 -07:00
delete_scheduler.h SstFileManager: add bytes_max_delete_chunk 2018-03-22 15:58:37 -07:00
delete_scheduler_test.cc SstFileManager: add bytes_max_delete_chunk 2018-03-22 15:58:37 -07:00
duplicate_detector.h WritePrepared Txn: Move DuplicateDetector to util 2018-03-05 23:57:12 -08:00
dynamic_bloom.cc Use nullptr instead of NULL / 0 more consistently. 2018-03-07 12:42:12 -08:00
dynamic_bloom.h
dynamic_bloom_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
event_logger.cc
event_logger.h
event_logger_test.cc
fault_injection_test_env.cc
fault_injection_test_env.h Fix FaultInjectionTestEnv to work with DirectIO 2018-03-14 00:57:24 -07:00
file_reader_writer.cc uint64_t and size_t changes to compile for iOS 2018-03-06 12:43:51 -08:00
file_reader_writer.h
file_reader_writer_test.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
file_util.cc support multiple db_paths in SstFileManager 2018-03-06 12:43:51 -08:00
file_util.h
filelock_test.cc
filename.cc
filename.h
filter_policy.cc
gflags_compat.h fix gflags namespace 2017-12-01 10:42:05 -08:00
hash.cc
hash.h
hash_map.h
hash_test.cc
heap.h
heap_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
kv_map.h
log_buffer.cc
log_buffer.h
log_write_bench.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
logging.h
memory_usage.h
murmurhash.cc Suppress UBSAN error in finer guanularity 2018-02-13 12:18:07 -08:00
murmurhash.h
mutexlock.h
ppc-opcode.h
random.cc
random.h
rate_limiter.cc
rate_limiter.h
rate_limiter_test.cc
set_comparator.h WritePrepared Txn: Move DuplicateDetector to util 2018-03-05 23:57:12 -08:00
slice.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
slice_transform_test.cc
sst_file_manager_impl.cc SstFileManager: add bytes_max_delete_chunk 2018-03-22 15:58:37 -07:00
sst_file_manager_impl.h SstFileManager: add bytes_max_delete_chunk 2018-03-22 15:58:37 -07:00
status.cc
status_message.cc
stderr_logger.h
stop_watch.h
string_util.cc Several small "fixes" 2018-02-15 16:57:37 -08:00
string_util.h
sync_point.cc
sync_point.h Fix some typos in comments and docs. 2018-03-08 10:27:25 -08:00
testharness.cc
testharness.h
testutil.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
testutil.h Comment out unused variables 2018-03-05 13:13:41 -08:00
thread_list_test.cc Use nullptr instead of NULL / 0 more consistently. 2018-03-07 12:42:12 -08:00
thread_local.cc
thread_local.h Fix deadlock in ColumnFamilyData::InstallSuperVersion() 2018-02-16 08:13:34 -08:00
thread_local_test.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
thread_operation.h
threadpool_imp.cc fix ThreadStatus for bottom-pri compaction threads 2017-12-14 14:57:49 -08:00
threadpool_imp.h
timer_queue.h
timer_queue_test.cc
transaction_test_util.cc Windows cumulative patch 2018-03-06 11:57:43 -08:00
transaction_test_util.h WritePrepared Txn: stress test 2017-12-06 09:42:28 -08:00
xxhash.cc
xxhash.h