Commit Graph

976 Commits (72a9b73c9e820e13583778e17424c189bd5cbc08)

Author SHA1 Message Date
sdong 40f562e747 Allow GetApproximateSize() to include mem table size if it is skip list memtable 9 years ago
Yueh-Hsuan Chiang bee8d033f4 Removed two unused macros in iostats_context 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
Islam AbdelRahman ab455ce495 fix clang build 9 years ago
Yueh-Hsuan Chiang 3eddd1abe9 Add Env::GetThreadID(), which returns the ID of the current thread. 9 years ago
Islam AbdelRahman 643bbbf081 Use nullptr for default compaction_filter_factory 9 years ago
Yueh-Hsuan Chiang 7647df8f9e Fixed the tsan failure in util/compaction_job_stats_impl.cc 9 years ago
Yueh-Hsuan Chiang fe5c6321cb Allow EventListener::OnCompactionCompleted to return CompactionJobStats. 9 years ago
Mike Kolupaev ec7a944360 more times in perf_context and iostats_context 9 years ago
Mike Kolupaev 2ecac9f96d add rocksdb::WritableFileWrapper similar to rocksdb::EnvWrapper 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
Yueh-Hsuan Chiang 9ffc8ba024 Include EventListener in stress test. 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Yueh-Hsuan Chiang 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions 9 years ago
Reed Allman 328ad902ab update an import path to fit in with the rest of the kids 9 years ago
Yueh-Hsuan Chiang dc81efe415 Change the log-level of DB summary and options from INFO_LEVEL to WARN_LEVEL 9 years ago
Yueh-Hsuan Chiang 7fee8775a4 Allow EventLogger to directly log from a JSONWriter. 9 years ago
Igor Canadi 4cb4d546cd Set stats_dump_period_sec to 600 by default 9 years ago
Yueh-Hsuan Chiang d1a978ae3d Rename JSONWritter to JSONWriter 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
Yueh-Hsuan Chiang 74f3832d85 Fixed compile errors due to some gcc does not have std::map::emplace 9 years ago
stash93 0c8017dbae Remove duplicated code 9 years ago
Yueh-Hsuan Chiang 3f0867c0fe Allow GetThreadList to report Flush properties. 9 years ago
Yueh-Hsuan Chiang 714fcc067d Make ThreadStatus::InterpretOperationProperties take const uint64_t* 9 years ago
Igor Canadi dbd95b7532 Add more table properties to EventLogger 9 years ago
Yueh-Hsuan Chiang 77a5a543a5 Allow GetThreadList() to report basic compaction operation properties. 9 years ago
Igor Canadi 7f47ba0e26 Fix possible SIGSEGV in CompactRange (github issue #596) 10 years ago
Igor Canadi 1bb4928da9 Include bunch of more events into EventLogger 10 years ago
Aashish Pant 3db81d535a Fix memory leak in cache_test introduced in the previous commit 10 years ago
clark.kang 6ede020dc4 fix typos 10 years ago
Aashish Pant 242f9b4c26 Fix CLANG build issue introduced in previous commit 10 years ago
Aashish Pant 794ccfde89 Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity if feasible 10 years ago
sdong 98a44559d5 Build for CYGWIN 10 years ago
Igor Canadi e003d3864c Abstract out SetMaxPossibleForUserKey() and SetMinPossibleForUserKey 10 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 10 years ago
Jim Meyering 0a91bca5db test: avoid vuln-inducing use of temporary directory 10 years ago
Jim Meyering 79c21ec0c4 skip ioctl-using tests when not supported 10 years ago
Igor Canadi 48b0a045da Speed up reduce_levels_test 10 years ago
sdong fcb206b667 SyncPoint to allow a callback with an argument and use it to get DBTest.DynamicLevelCompressionPerLevel2 more straight-forward 10 years ago
Igor Canadi 1983fadcbc assert(sorted) in vector rep 10 years ago
Igor Canadi 9b983befa8 Fix flakiness of WalManagerTest 10 years ago
Igor Canadi d41a565a4a Don't do O(N^2) operations in debug mode for vector memtable 10 years ago
Igor Canadi 08be1803ee Fix bad performance in debug mode 10 years ago
Igor Canadi abb4052278 Kill benchharness 10 years ago
Yueh-Hsuan Chiang 7b9581bc3b Fixed xfunc related compile errors in ROCKSDB_LITE 10 years ago
Igor Canadi 5e067a7b19 Clean up compression logging 10 years ago
sdong 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge 10 years ago
sdong b23bbaa82a Universal Compactions with Small Files 10 years ago
Igor Canadi 2511b7d947 Makefile minor cleanup 10 years ago
Mark Callaghan 99ec2412e5 Make the benchmark scripts configurable and add tests 10 years ago