Commit Graph

312 Commits (c64ae05b1ceb7ebe66570a6afbd697a42f760fd5)

Author SHA1 Message Date
Igor Canadi fdb6be4e24 Rewritten system for scheduling background work 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
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Lei Jin 1e4a45aac8 remove cfd->options() in DBImpl::NotifyOnFlushCompleted 10 years ago
Igor Canadi 5c04acda08 Explicitly clean JobContext 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 10 years ago
Igor Canadi 772bc97f13 No CompactFiles in ROCKSDB_LITE 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
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