Commit Graph

1414 Commits (2edc92bc28fabd4c1cf6f6869dddd8ddf4ee186a)

Author SHA1 Message Date
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
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
sdong 0babce57f7 Move away from enum char value -1 8 years ago
Adam Retter e3b1e3dfa6 Expose save points in Java WriteBatch and WBWI (#1092) 8 years ago
sdong 9a33a723ba Remove the comments saying allow_concurrent_memtable_write and enable_write_thread_adaptive_yield are not stable 8 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 8 years ago
Nadav Rotem 7360db39e6 Add a check mode to verify compressed block can be decompressed back 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
Aaron Gao 3e86869616 release 4.9 update version and history 8 years ago
sdong b2973eaaeb Remove options builder 8 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 8 years ago
Aaron Gao e532877940 Add statistics field to show total size of index and filter blocks in block cache 8 years ago
Andrew Kryczka af0c9ac01d Env registry for URI-based Env selection [pluggable Env part 1] 8 years ago
Jan Doms 02ec8154e5 allow updating block cache capacity from C (#1149) 8 years ago
PraveenSinghRao 3a276b0cbe Add a callback for when memtable is moved to immutable (#1137) 8 years ago
siddontang 21c047ab49 add readahead size option (#1146) 8 years ago
sdong c40c4cae14 LDBCommand::SelectCommand to use a struct as the parameter 8 years ago
sdong 0e20000171 LDBCommand::InitFromCmdLineArgs() to move from template to function wrapper 8 years ago
Vasile Paraschiv 472c06e903 Add low and upper bound values for rocksdb::PerfLevel enum 8 years ago
sdong 23d4cf483c include/rocksdb/sst_file_writer.h should not depend on util/mutable_cf_options.h 8 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 8 years ago
Shen Li def2f7bd0e Expose report_bg_io_stats option in the C API. (#1131) 8 years ago
krad f89caa127b Direct IO capability for RocksDB 8 years ago
siddontang 8f1214531e C API: Expose DeleteFileInRange (#1132) 8 years ago