Commit Graph

788 Commits (b604d2562fcf527fe61cbd6e71886c96aa2c84fc)

Author SHA1 Message Date
Igor Canadi 52d8347a91 EventLogger 9 years ago
Yueh-Hsuan Chiang 2b785d76b8 Fixed a bug where CompactFiles won't delete obsolete files until flush. 9 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 9 years ago
Igor Canadi 485ac0dbd0 Add rate_limiter to string options 9 years ago
Yueh-Hsuan Chiang 694988b627 Fix a bug in stall time counter. Improve its output format. 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
Mark Callaghan c4bd03a97e Fix typo in log message 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Jinfu Leng 96d989f70d catch config errors with L0 file count triggers 9 years ago
Jim Meyering a42324e370 build: do not relink every single binary just for a timestamp 10 years ago
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
Yueh-Hsuan Chiang e60bc99fe0 Allow GetThreadList to reflect flush activity. 10 years ago
Igor Canadi e7ea51a8e7 Introduce job_id for flush and compaction 10 years ago
Igor Canadi 863009b5a5 Fix deleting obsolete files #2 10 years ago
sdong 91ac3b2067 Print DB pointer when opening a DB 10 years ago
Igor Canadi 2a979822b6 Fix deleting obsolete files 10 years ago
Igor Canadi 6f10130354 Fix DestroyDB 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago
Ori Bernstein f9758e0129 Add compaction listener. 10 years ago
sdong be8f0b12ed Rename DBImpl::log_dir_unsynced_ to log_dir_synced_ 10 years ago
sdong d888c95748 Sync WAL Directory and DB Path if different from DB directory 10 years ago
Igor Canadi 42189612c3 Fix data race #2 10 years ago
sdong 4e48753b73 Sync manifest file when initializing it 10 years ago
sdong 206237d121 DBImpl::CheckConsistency() shouldn't create path name with double "/" 10 years ago
Yueh-Hsuan Chiang b229f970df Remove Compaction::ReleaseInputs(). 10 years ago
Yueh-Hsuan Chiang c91cdd59c1 Allow GetThreadList() to indicate a thread is doing Compaction. 10 years ago
sdong 9132e52ea4 DB Stats Dump to print total stall time 10 years ago
Igor Canadi 7731d51c82 Simplify column family concurrency 10 years ago
Igor Canadi 07aa4e0e35 Fix compaction summary log for trivial move 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
Igor Canadi fa0b126c0c Fix corruption_test -- if status is not OK, return status -- during recovery 10 years ago
Igor Canadi d7b4bb62a7 Fail DB::Open() on WAL corruption 10 years ago
Yueh-Hsuan Chiang a944afd356 Fixed a compile error in db/db_impl.cc on ROCKSDB_LITE 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Igor Canadi 4fd26f287c Only execute flush from compaction if max_background_flushes = 0 10 years ago
Igor Canadi 0acc738810 Speed up FindObsoleteFiles() 10 years ago
Igor Canadi f8999fcf31 Fix a SIGSEGV in BackgroundFlush 10 years ago
Igor Canadi fdb6be4e24 Rewritten system for scheduling background work 10 years ago
Yueh-Hsuan Chiang 25f70a5abb Avoid unnecessary unlock and lock mutex when notifying events. 10 years ago
Venkatesh Radhakrishnan 7661e5a76e Move the file copy out of the mutex. 10 years ago
Venkatesh Radhakrishnan 153f4f0719 RocksDB: Allow Level-Style Compaction to Place Files in Different Paths 10 years ago
sdong d7a486668c Improve scalability of DB::GetSnapshot() 10 years ago
sdong 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case 10 years ago
sdong 1f04066cab Add DBProperty to return number of snapshots and time for oldest snapshot 10 years ago
Mark Callaghan 32a0a03844 Add Moved(GB) to Compaction IO stats 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Yueh-Hsuan Chiang 569853ed10 Fix leak when create_missing_column_families=true on ThreadStatus 10 years ago
Yueh-Hsuan Chiang 4b63fcbff3 Add enable_thread_tracking to DBOptions 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago