Commit Graph

1414 Commits (2edc92bc28fabd4c1cf6f6869dddd8ddf4ee186a)

Author SHA1 Message Date
agiardullo 711465ccec API to fetch from both a WriteBatchWithIndex and the db 9 years ago
Igor Canadi 962f8ba332 Bump to 3.11 10 years ago
Yueh-Hsuan Chiang 77a5a543a5 Allow GetThreadList() to report basic compaction operation properties. 10 years ago
Laurent Demailly df4130ad85 fix crashes in stats and compaction filter for db_ttl_impl 10 years ago
Igor Canadi fd96b55402 Making GetOptions() comment better (#597) 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
Giuseppe Ottaviano 2dc421df48 Implement DB::PromoteL0 method 10 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 10 years ago
Igor Canadi 6059bdf86a Add experimental API MarkForCompaction() 10 years ago
agiardullo 84c5bd7eb9 Add thread-safety documentation to MemTable and related classes 10 years ago
Yoshinori Matsunobu 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd 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
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 10 years ago
Herman Lee e018892bb6 Formalize the DB properties string definitions. 10 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 10 years ago
Yueh-Hsuan Chiang 248c063ba1 Report elapsed time in micros in ThreadStatus instead of start time. 10 years ago
Igor Canadi 315abac945 Undeprecate GetLiveFiles() 10 years ago
sdong 0831a35994 Add a DB Property For Number of Deletions in Memtables 10 years ago
Igor Canadi 51301b869f Enable dynamic changing of rate limiter's bytes_per_second 10 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 10 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 10 years ago
Venkatesh Radhakrishnan d4d42c02ea Fixed clang build in env.h 10 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 10 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 10 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 10 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 10 years ago
Yueh-Hsuan Chiang 89597bb66b Allow GetThreadList() to report the start time of the current operation. 10 years ago
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 10 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 10 years ago
Igor Canadi 3cf7f353d9 Instrument memtable seeks 10 years ago
Igor Canadi b9ff6b050d Fix a bug in ReadOnlyBackupEngine 10 years ago
Sameet Agarwal e7c434c364 Add columnfamily option optimize_filters_for_hits to optimize for key hits only 10 years ago
stash93 03bbf718cb Return fbson 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Jim Meyering c37937a9ce maint: remove extraneous "const" attribute from return type 10 years ago
Igor Canadi 96ab15d306 GetOptionsFromString + fixes to block_based_table_options 10 years ago
sdong d45a6a4002 Add rocksdb.num-live-versions: number of live versions 10 years ago
Igor Canadi b8ac71ba18 Revert "Fbson to Json" 10 years ago
stash93 7ce1b2c19c Fbson to Json 10 years ago
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
sdong 68af7811ea Remember whole key/prefix filtering on/off in SST file 10 years ago
sdong 6d6305dd7d Perf Context to report DB mutex waiting time 10 years ago
Grace Law 1851f977c2 Added RocksDB stats GET_HIT_L0 and GET_HIT_L1 10 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 10 years ago
Karthikeyan Radhakrishnan da9cbce731 Add Header to logging to capture application level information 10 years ago
Jonah Cohen 9a52e06a02 Add GetID to ColumnFamilyHandle 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago