Commit Graph

248 Commits (65411b8d4e57e1888ccdc1eb67f6350a832867c8)

Author SHA1 Message Date
Andres Notzli 09d982f9e0 Fix compact_files_example 10 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 10 years ago
sdong 07d2d34160 Add a counter about estimated pending compaction bytes 10 years ago
Islam AbdelRahman 027ca5b2cd Total SST files size DB Property 10 years ago
Yueh-Hsuan Chiang df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") 10 years ago
agiardullo 16ea1c7d1c simple ManagedSnapshot wrapper 10 years ago
Mike Kolupaev e06cf1a098 [wal changes 3/3] method in DB to sync WAL without blocking writers 10 years ago
Yueh-Hsuan Chiang 14f4137602 Correct the comment of DB::GetApproximateSizes 10 years ago
Andres Notzli 06aebca592 Report live data size estimate 10 years ago
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers 10 years ago
Dmitri Smirnov 247690fe38 Ensure Windows build w/o port/port.h in public headers 10 years ago
sdong 76d3cd3286 Fix public API dependency on internal codes and dependency on MAX_INT32 10 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 10 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 10 years ago
sdong 40f562e747 Allow GetApproximateSize() to include mem table size if it is skip list memtable 10 years ago
sdong ac81130fa0 Fix Bug: CompactRange() doesn't change to correct level caused by using wrong level 10 years ago
sdong 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() 10 years ago
agiardullo dc9d70de65 Optimistic Transactions 10 years ago
Yueh-Hsuan Chiang e2c1d4b57f [Public API Change] Make DB::GetDbIdentity() be const function. 10 years ago
agiardullo 711465ccec API to fetch from both a WriteBatchWithIndex and the db 10 years ago
Igor Canadi fd96b55402 Making GetOptions() comment better (#597) 10 years ago
Herman Lee e018892bb6 Formalize the DB properties string definitions. 10 years ago
Igor Canadi 315abac945 Undeprecate GetLiveFiles() 10 years ago
sdong 0831a35994 Add a DB Property For Number of Deletions in Memtables 10 years ago
sdong d45a6a4002 Add rocksdb.num-live-versions: number of live versions 10 years ago
Jonah Cohen 9a52e06a02 Add GetID to ColumnFamilyHandle 10 years ago
Igor Canadi 6c6037f60c Expose Snapshot's SequenceNumber 10 years ago
sdong 73ee4febab Add comments about properties supported by DB::GetProperty() and DB::GetIntProperty() 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Yueh-Hsuan Chiang 73d72ed5c7 Block ReadOnlyDB in ROCKSDB_LITE 11 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 11 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 11 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 11 years ago
Yueh-Hsuan Chiang 344edbb044 Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 11 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 11 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 11 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 11 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 11 years ago
Jonah Cohen 092f97e219 Fix comments and typos 11 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 11 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 11 years ago
sdong dd6c444822 Improve Put()'s comment to indicate that the key is overwritten if existing 11 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 11 years ago
Igor Canadi b2cf95fe38 Call EnableFileDeletions with false as argument 11 years ago
Igor Canadi db1854d78c Declare all DB methods virtual so that StackableDB can override them 11 years ago
Igor Canadi 096f5be0ed Put column family information in LiveFileMetaData 11 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 11 years ago
Igor Canadi e525bb16ea Make kMajorVersion and kMinorVersion take version from version macros 11 years ago
Igor Canadi 6cb0cb300c Add version.h 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago