Commit Graph

1687 Commits (f49e12b892010f2ccc4b791dc4faa7513b7d1399)

Author SHA1 Message Date
wenduo 0e2da497c6 fix typo in option.h's comment (#1321) 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
John Alexander 4fd08f4b8b Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeForMutex (#1308) 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Aaron Gao 4590b53a4b add stats to Cache::LookUp() 8 years ago
Sherlock 85bb308258 Expose Utility function StringToMap() (#1306) 8 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 8 years ago
Aaron Gao c7004840d2 store prefix_extractor_name in table 8 years ago
Aaron Gao 4ad928e170 add comment to SimCache to estimate actual capacity 8 years ago
Islam AbdelRahman e9b2af87f8 Expose ThreadPool under include/rocksdb/threadpool.h 8 years ago
Yi Wu 4a16c32ece Option to cache index/filter blocks with priority 8 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 8 years ago
Yi Wu 72f8cc703c LRU cache mid-point insertion 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Jay 49d88be021 c abi: allow compaction filter ignore snapshot (#1268) 8 years ago
Anirban Rahut 2fc2fd92a9 Single Delete Mismatch and Fallthrough statistics 8 years ago
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 8 years ago
Edouard A a117891b4b Fixed typo (#1279) 8 years ago
Aaron Gao e408e98c8c add Name() to Cache 8 years ago
Dhruba Borthakur d1be594636 Improve documentation of SliceTransform. 8 years ago
Yueh-Hsuan Chiang 6056d6317d Improve comment and bug fix for GetOptionsFromMap functions in convenience.h 8 years ago
Aaron Gao 76a67cf741 support stackableDB as the baseDB of transactionDB 8 years ago
Aaron Gao 2914de64e8 add sim_cache stats to Statistics 8 years ago
sdong 5370f44a83 Increase RocksDB version 8 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 8 years ago
omegaga 44f5cc57a5 Add time series database (resubmitted) 8 years ago
sdong 7c4615cf1f A utility function to help users migrate DB after options change 8 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 8 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
Islam AbdelRahman f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum 8 years ago
krad b9a97181aa Bump next release version 8 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 8 years ago
omegaga e70020e4f6 Only cache level 0 indexes and filter when opening table reader 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
John Alexander 9430333f84 New Statistics to track Compression/Decompression (#1197) 8 years ago
Yi Wu 4b95253587 Refactor cache.cc 8 years ago
sdong 6797e6ffac Avoid updating memtable allocated bytes if write_buffer_size is not set 8 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 8 years ago
Andrew Kryczka e295da1266 Fix Log() doc for default level 8 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 8 years ago
charsyam 4f2b0946d1 fix simple typos (#1183) 8 years ago
Andrew Kryczka 3b7ed677de ColumnFamilyOptions API [CF + RepairDB part 3/3] 8 years ago
Islam AbdelRahman af6248d8b8 Fix max_bytes_for_level_base comment 8 years ago
omegaga c4e19b77e8 Add a read option to enable background purge when cleaning up iterators 8 years ago
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago