Commit Graph

114 Commits (b4aa823661dcc701b3e05e464b84f81d6c827531)

Author SHA1 Message Date
Alex Yang 33e09c0e19 add call to install superversion and schedule work in enableautocompactions 9 years ago
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 9 years ago
agiardullo fe789c5f2b Document SingleDelete 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Yueh-Hsuan Chiang 3ecbab0040 Add GetAggregatedIntProperty(): returns the aggregated value from all CFs 9 years ago
Islam AbdelRahman ff4499e297 Update DB::AddFile() to have less restrictions 9 years ago
sdong 296c3a1f94 "make format" in some recent commits 9 years ago
Alex Loukissas b0980ff748 Fix unused parameter warnings. 9 years ago
Alex Loukissas bc898c5f80 Fix unused parameter warnings. 9 years ago
Alexey Maykov f18acd8875 Fixed the clang compilation failure 9 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Yueh-Hsuan Chiang ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. 9 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 10 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 10 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 10 years ago
Yueh-Hsuan Chiang 9ccf1bd3e2 Correct the comment for GetProperty() API. 10 years ago
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 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