Commit Graph

765 Commits (f9728640f304b3cb86393c13c05e6bd63a4dfedf)

Author SHA1 Message Date
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
Yueh-Hsuan Chiang ebfdb3c7f6 Fixed a compile error in ROCKSDB_LITE 9 years ago
Yueh-Hsuan Chiang 9ffc8ba024 Include EventListener in stress test. 9 years ago
Reed Allman 21cd6b7ad8 C: add support for WriteBatch SliceParts params 9 years ago
Reed Allman a0635ba3f6 WriteBatch.Merge w/ SliceParts support 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 9c38ce1d02 C: extra bbto / noop slice transform 9 years ago
Igor Canadi 4cb4d546cd Set stats_dump_period_sec to 600 by default 9 years ago
Yueh-Hsuan Chiang e2c1d4b57f [Public API Change] Make DB::GetDbIdentity() be const function. 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
sdong 6fa7085121 CompactRange skips levels 1 to base_level -1 for dynamic level base size 9 years ago
Holodov Alexander 84a9c6a53a add comment 9 years ago
Holodov Alexander eeb44366ba C api: human-readable statistics 9 years ago
Yueh-Hsuan Chiang 3f0867c0fe Allow GetThreadList to report Flush properties. 9 years ago
Yueh-Hsuan Chiang a66f643e97 Use a better way to initialize ThreadStatus::kNumOperationProperties. 9 years ago
sdong ec43a8b9fb Universal Compaction with multiple levels won't allocate up to output size 9 years ago
Yueh-Hsuan Chiang 714fcc067d Make ThreadStatus::InterpretOperationProperties take const uint64_t* 9 years ago
Yueh-Hsuan Chiang 14431e971d Fixed a bug in EventListener::OnCompactionCompleted(). 9 years ago
agiardullo 711465ccec API to fetch from both a WriteBatchWithIndex and the db 9 years ago
Igor Canadi 962f8ba332 Bump to 3.11 9 years ago
Yueh-Hsuan Chiang 77a5a543a5 Allow GetThreadList() to report basic compaction operation properties. 9 years ago
Laurent Demailly df4130ad85 fix crashes in stats and compaction filter for db_ttl_impl 9 years ago
Igor Canadi fd96b55402 Making GetOptions() comment better (#597) 9 years ago
Aashish Pant 794ccfde89 Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity if feasible 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
Giuseppe Ottaviano 2dc421df48 Implement DB::PromoteL0 method 9 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 9 years ago
Igor Canadi 6059bdf86a Add experimental API MarkForCompaction() 9 years ago
agiardullo 84c5bd7eb9 Add thread-safety documentation to MemTable and related classes 9 years ago
Yoshinori Matsunobu 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd 9 years ago
Igor Canadi 5e067a7b19 Clean up compression logging 9 years ago
sdong 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge 9 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 9 years ago
Herman Lee e018892bb6 Formalize the DB properties string definitions. 9 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 9 years ago
Yueh-Hsuan Chiang 248c063ba1 Report elapsed time in micros in ThreadStatus instead of start time. 9 years ago
Igor Canadi 315abac945 Undeprecate GetLiveFiles() 9 years ago
sdong 0831a35994 Add a DB Property For Number of Deletions in Memtables 9 years ago
Igor Canadi 51301b869f Enable dynamic changing of rate limiter's bytes_per_second 9 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 9 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 9 years ago
Venkatesh Radhakrishnan d4d42c02ea Fixed clang build in env.h 9 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 9 years ago
Yueh-Hsuan Chiang c594b0e89d Allow GetThreadList() to report operation stage. 9 years ago
sdong e9de8b65a6 Change the way options.compression_per_level is used when options.level_compaction_dynamic_level_bytes=true 9 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 9 years ago
Yueh-Hsuan Chiang 89597bb66b Allow GetThreadList() to report the start time of the current operation. 9 years ago
Yueh-Hsuan Chiang dc4532c497 Add --thread_status_per_interval to db_bench 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago