Commit Graph

237 Commits (cdaf44f9aeebb38281fc742c76cc0602516a55d8)

Author SHA1 Message Date
Lei Jin a062e1f2c4 SetOptions() for memtable related options 10 years ago
Igor Canadi dee91c259d WriteThread 10 years ago
Igor Canadi 3d9e6f7759 Push model for flushing memtables 10 years ago
Stanislau Hlebik d343c3fe46 Improve db recovery 10 years ago
Lei Jin 171d4ff4a2 remove TailingIterator reference in db_impl.h 10 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 10 years ago
Igor Canadi 9f1c80b556 Drop column family from write thread 10 years ago
Lei Jin c9e419ccb6 rename options_ to db_options_ in DBImpl to avoid confusion 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Stanislau Hlebik 9dcb75b6d9 Add is-file-deletions-enabled property 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Feng Zhu 5e642403a9 log db path info before open 10 years ago
Stanislau Hlebik 06a52bda64 Flush only one column family 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
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 10 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 10 years ago
Igor Canadi dd9eb7a7d5 Cache result of ReadFirstRecord() 10 years ago
Igor Canadi 8ce5492623 Delete superversion and log outside of mutex 10 years ago
Igor Canadi 7d838856cf Fix compile issues when doing make release 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Igor Canadi e6acb874cd Don't roll empty logs 10 years ago
Lei Jin 82b37a18bd thread local for tailing iterator 10 years ago
Igor Canadi d1e2bce42d CallFlushDuringCompaction 10 years ago
sdong ea0198fe9a Create log::Writer out of DB Mutex 10 years ago
sdong b9767d0e09 Move several more logging inside DB mutex to log buffer 10 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 10 years ago
Haobo Xu a92194e5b2 [RocksDB] Add db property "rocksdb.cur-size-active-mem-table" 10 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 10 years ago
Igor Canadi e67241f0b9 Sanity check on Open 10 years ago
sdong 71e6a34271 Add a DB property to indicate number of background errors encountered 10 years ago
Igor Canadi ae25742af9 Fix race condition in manifest roll 10 years ago
sdong bd45633b71 Fix data race against logging data structure because of LogBuffer 10 years ago
Igor Canadi 457c78eb89 [CF] db_stress for column families 10 years ago
Haobo Xu 9e0e6aa7f6 [RocksDB] make sure KSVObsolete does not get accessed as a valid pointer. 10 years ago