Commit Graph

249 Commits (1f621e6abc982d2b316ee692b35ec4a1e192789c)

Author SHA1 Message Date
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
Igor Canadi 53af5d877d Redesign pending_outputs_ 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Igor Canadi 74eb4fbe93 CompactionJob 10 years ago
Igor Canadi 635905481d WalManager 10 years ago
Igor Canadi a39e931e50 FlushProcess 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin dc50a1a593 make max_write_buffer_number dynamic 10 years ago
Igor Canadi cc6c883f59 Stop stopping writes on bg_error_ 10 years ago
sdong 8ea232b9e3 Add number of records dropped in compaction summary 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
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