Commit Graph

87 Commits (c00948d5e14298712dc154881e79a95cd3f57b47)

Author SHA1 Message Date
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 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 10 years ago
Yueh-Hsuan Chiang 344edbb044 Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 10 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
Igor Canadi 30aff72f77 Don't shadow in ColumnFamilyDescriptor 11 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 11 years ago
Igor Canadi 664559fe2d Small final fixes before merge 11 years ago
Igor Canadi e67241f0b9 Sanity check on Open 11 years ago
Yiting Li 7981a43274 Consistency Check Function 11 years ago
Igor Canadi db234133a9 [CF] WriteBatch to take in ColumnFamilyHandle 11 years ago
Igor Canadi 457c78eb89 [CF] db_stress for column families 11 years ago
Igor Canadi 9f15092ebd [CF] NewIterators 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Igor Canadi 8b7ab9951c [CF] Handle failure in WriteBatch::Handler 11 years ago
Igor Canadi dc277f0ab7 [CF] Adaptation of GetLiveFiles for CF 11 years ago
Igor Canadi 44a9cbda17 Make GetPropertiesOfAllTables not virtual 11 years ago
Igor Canadi 422bb09cb0 Fix table properties 11 years ago