Commit Graph

1974 Commits (e1a09a7703d8f4240665a27b65d62b28e49c2331)

Author SHA1 Message Date
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Yueh-Hsuan Chiang ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. 9 years ago
sdong 277dea78f0 Add more kill points 9 years ago
Venkatesh Radhakrishnan a98fbacfa0 Moving memtable related files from util to a new directory memtable 9 years ago
Islam AbdelRahman 952ad994a9 Fix db_test under ROCKSDB_LITE 9 years ago
Islam AbdelRahman 6d730b4ae7 Block tests under ROCKSDB_LITE 9 years ago
sdong dae49e829e Make DBTest.ReadLatencyHistogramByLevel more robust 9 years ago
Islam AbdelRahman b81b2ec25d Fix benchmarks under ROCKSDB_LITE 9 years ago
Venkatesh Radhakrishnan e587dbe03a Move manual_compaction_test.cc from util to db 9 years ago
Islam AbdelRahman f55d3009c0 Make db_test_util compile under ROCKSDB_LITE 9 years ago
Yueh-Hsuan Chiang 2b925ccb43 Correct the comments in db/internal_stats.h 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
Yueh-Hsuan Chiang 7062d0ea68 Make perf_context.db_mutex_lock_nanos and db_condition_wait_nanos only measures DB Mutex 9 years ago
Islam AbdelRahman 1fe78a4073 Fix tests failing in ROCKSDB_LITE 9 years ago
Islam AbdelRahman 7f58ff7c31 Remove db_impl_debug from release build 9 years ago
Islam AbdelRahman c64ae05b1c Move TEST_NewInternalIterator to NewInternalIterator 9 years ago
Venkatesh Radhakrishnan f1fdf5205b Clean up dependency: Move db_test_util.* to db directory 9 years ago
Alexey Maykov fa4b5b3db8 Fix for the travis build caused by my previous commit 9 years ago
Alexey Maykov 3d07b815f6 Passing table properties to compaction callback 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
sdong e61d9c1484 Make DBTest.AggregatedTableProperties more deterministic 9 years ago
sdong b77eb16aba New Manifest format to allow customized fields in NewFile. 9 years ago
sdong 000836a880 CompactionFilter::Context to contain column family ID 9 years ago
Igor Canadi 9803e0d813 compaction_filter.h cleanup 9 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 9 years ago
Igor Canadi 77e4ad7ce2 Fix compile failure on Travis 9 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 9 years ago
dyniusz 0267502655 Support for LevelDB SST with .ldb suffix 9 years ago
Igor Canadi eb5b637fb0 Fix condition for bottommost level 9 years ago
Igor Canadi 9eaff629e3 Make corruption_test more robust 9 years ago
Igor Canadi bf19dbff44 Fix valgrind - Initialize done variable 9 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 9 years ago
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 9 years ago
Yueh-Hsuan Chiang 30f74fa964 Make CompactionJobStatsTest.UniversalCompactionTest more robust 9 years ago
Mike Lin 60fa9cf0b5 Override DBImplReadOnly::SyncWAL() to return NotSupported. Previously, calling it caused program abort. 9 years ago
Yueh-Hsuan Chiang 63e0f86797 Fixed a bug which causes rocksdb.flush.write.bytes stat is always zero 9 years ago
Yueh-Hsuan Chiang b6aa3f962d Fixed a memory leak issue in DBTest.UnremovableSingleDelete 9 years ago
Igor Canadi 7b7b5d9f18 [minor] Reuse SleepingBackgroundTask 9 years ago
Mayank Pundir c58bac701c Fix valgrind failure due to memory leaks 9 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 9 years ago
Yueh-Hsuan Chiang 3fdb6e5234 Fixed old lint errors in db/filename.cc 9 years ago
Yueh-Hsuan Chiang b349d22786 Fixed old lint errors in db/filename.h 9 years ago
sdong df34aea331 PlainTableReader to support non-mmap mode 9 years ago
sdong d0c31641d2 Internal stats WAL file synced to match meaning of the stats of the same name 9 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
Dmitri Smirnov 2754ec9994 Fix Windows constexpr issue and '#ifdef' column_family_test in Release. 9 years ago
jsteemann 5ec129971b key_ cannot become nullptr, so no check is needed for that 9 years ago
jsteemann 834b12a8d5 made Size() function const because it does not modify data 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
Venkatesh Radhakrishnan 51e1c11254 Do not flag error if file to be deleted does not exist 9 years ago