Commit Graph

248 Commits (65411b8d4e57e1888ccdc1eb67f6350a832867c8)

Author SHA1 Message Date
Andrew Kryczka 4e0065015d make all DB::Get overloads virtual 8 years ago
Siying Dong 67d7623794 Expose the stalling information through DB::GetProperty() 8 years ago
Maysam Yabandeh 21d8c31796 remove LIKELY from public headers 8 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 8 years ago
Islam AbdelRahman 1560b2f5f0 Temporarly return deprecated functions to fix MongoRocks build 8 years ago
Islam AbdelRahman 7ab0051835 Remove deprecated DB::AddFile and DB::CompactRange 8 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 8 years ago
oranagra b96372dead improving the C wrapper 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 8 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 8 years ago
Siying Dong 438f22bc56 Fix bug of Checkpoint loses recent transactions with 2PC 8 years ago
Andrew Kryczka 489d142808 DeleteRange interface 9 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 9 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 9 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 9 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 9 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 9 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 9 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 9 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 9 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 9 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 9 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 9 years ago
Andrew Kryczka 3b7ed677de ColumnFamilyOptions API [CF + RepairDB part 3/3] 9 years ago
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 9 years ago
Andrew Kryczka 73a847ef89 Add per-level compression ratio property 9 years ago
sdong 294bdf9ee2 Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 9 years ago
sdong 432f3adf2c Add DB Property "rocksdb.current_version_number" 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 284aa613a7 Eliminate duplicated property constants 9 years ago
Andrew Kryczka 3e9209a078 Updated GetProperty documentation 9 years ago
Andrew Kryczka 29289333d0 Add named constants for remaining properties 9 years ago
Yueh-Hsuan Chiang 6935eb24e0 Add ColumnFamilyHandle::GetDescriptor() 9 years ago
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 10 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 10 years ago
Yueh-Hsuan Chiang 3ecbab0040 Add GetAggregatedIntProperty(): returns the aggregated value from all CFs 10 years ago
Islam AbdelRahman ff4499e297 Update DB::AddFile() to have less restrictions 10 years ago
sdong 296c3a1f94 "make format" in some recent commits 10 years ago
Alex Loukissas b0980ff748 Fix unused parameter warnings. 10 years ago
Alex Loukissas bc898c5f80 Fix unused parameter warnings. 10 years ago
Alexey Maykov f18acd8875 Fixed the clang compilation failure 10 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 10 years ago
Yueh-Hsuan Chiang ad471453e8 Allow GetProperty to report the number of currently running flushes / compactions. 10 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