Commit Graph

222 Commits (c1f588af71133483330564c058765e2503caa0fb)

Author SHA1 Message Date
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Lei Jin f6f1533c6f make internal stats independent of statistics 10 years ago
Igor Canadi 20c056306b Remove stats logger 10 years ago
Yueh-Hsuan Chiang 90a6aca48e Finer report I/O stats about Flush and Compaction. 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
Igor Canadi f146cab261 Centralize compression decision to compaction picker 10 years ago
Lei Jin c4e90c79ed bug fix: iteration over ColumnFamilySet needs to be under mutex 10 years ago
Igor Canadi 99d3eed2fd Write Fast-path for single column family 10 years ago
sdong df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
Igor Canadi 91ddd587cc Only signal cond variable if need to 10 years ago
Lei Jin 388d2054c7 forward iterator 10 years ago
Igor Canadi df70047669 Flush stale column families 11 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 11 years ago
Igor Canadi dd9eb7a7d5 Cache result of ReadFirstRecord() 11 years ago
Igor Canadi 8ce5492623 Delete superversion and log outside of mutex 11 years ago
Igor Canadi 7d838856cf Fix compile issues when doing make release 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago
Igor Canadi e6acb874cd Don't roll empty logs 11 years ago
Lei Jin 82b37a18bd thread local for tailing iterator 11 years ago
Igor Canadi d1e2bce42d CallFlushDuringCompaction 11 years ago
sdong ea0198fe9a Create log::Writer out of DB Mutex 11 years ago
sdong b9767d0e09 Move several more logging inside DB mutex to log buffer 11 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 11 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 11 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 11 years ago
Igor Canadi e67241f0b9 Sanity check on Open 11 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 11 years ago
Igor Canadi ae25742af9 Fix race condition in manifest roll 11 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 11 years ago
Igor Canadi 457c78eb89 [CF] db_stress for column families 11 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 11 years ago
Haobo Xu 66da467983 [RocksDB] LogBuffer Cleanup 11 years ago
Igor Canadi 9f15092ebd [CF] NewIterators 11 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 11 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
Igor Canadi 9bce2b2a84 [CF] Fix lint errors in CF code 11 years ago
Igor Canadi 5a91746277 log file is uint64_t 11 years ago
Igor Canadi b69e7d99d5 [CF] Better handling of memtable logs 11 years ago
Igor Canadi 422bb09cb0 Fix table properties 11 years ago
Igor Canadi c67d48c852 [CF] DB test to run on non-default column family 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Igor Canadi f276e0e59d [CF] Options -> DBOptions 11 years ago