Commit Graph

160 Commits (d2a65c59e1ae270822c4c56176a7d1dcfb8e2033)

Author SHA1 Message Date
Artem Danilov 8a6708f5f2 Extend property map with compaction stats 8 years ago
Aaron G 7848f0b24c add VerifyChecksum() to db.h 8 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 8 years ago
Mikhail Antonov ba685a472a Support ingest_behind for IngestExternalFile 8 years ago
Yi Wu 2cd00773c7 Add bulk create/drop column family API 8 years ago
Siying Dong c49d704656 Add DB:ResetStats() 8 years ago
Siying Dong 8f47a97512 File level histogram should be printed per CF, not per DB 8 years ago
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 9 years ago
Islam AbdelRahman 7ab0051835 Remove deprecated DB::AddFile and DB::CompactRange 9 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 9 years ago
oranagra b96372dead improving the C wrapper 9 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 9 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 9 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 9 years ago
Siying Dong 438f22bc56 Fix bug of Checkpoint loses recent transactions with 2PC 9 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" 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
Andrew Kryczka 284aa613a7 Eliminate duplicated property constants 10 years ago
Andrew Kryczka 3e9209a078 Updated GetProperty documentation 10 years ago
Andrew Kryczka 29289333d0 Add named constants for remaining properties 10 years ago
Yueh-Hsuan Chiang 6935eb24e0 Add ColumnFamilyHandle::GetDescriptor() 10 years ago
Alex Yang 33e09c0e19 add call to install superversion and schedule work in enableautocompactions 10 years ago
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 10 years ago
agiardullo fe789c5f2b Document SingleDelete 10 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 10 years ago