Commit Graph

2351 Commits (f6d9730ea1be3fc05080c7147a26be34254fb44c)

Author SHA1 Message Date
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 9 years ago
Arun Sharma 04dec2a359 [ldb] Export ldb_cmd*.h 9 years ago
sdong 7ccb8d6ef3 BlockBasedTable::Get() not to use prefix bloom if read_options.total_order_seek = true 9 years ago
sdong e3c6ba37dd OptimizeForSmallDb(): revert some options whose defaults were just changed 9 years ago
Yi Wu 24a24f013d Enable configurable readahead for iterators 9 years ago
Yi Wu 1b166928c7 Release RocksDB 4.8.0 9 years ago
Reid Horuff 6e56a114be Modification of WriteBatch to support two phase commit 9 years ago
Yi Wu a92049e3e7 Added EventListener::OnTableFileCreationStarted() callback 9 years ago
sdong 6a14f7a976 Change several option defaults 9 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 9 years ago
Andrew Kryczka 54de13abac Fix compression dictionary clang errors 9 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 9 years ago
Sergey Makarenko 1c80dfab24 Print memory allocation counters 9 years ago
Islam AbdelRahman d719b095dc Introduce PinnedIteratorsManager (Reduce PinData() overhead / Refactor PinData) 9 years ago
Naitik Shah 99a3bf8f62 Merge pull request #1068 from daaku/c-purge-old-backups 9 years ago
Naitik Shah c146c9be18 rocksdb_create_mem_env to allow C libraries to create mem env (#1066) 9 years ago
Naitik Shah 6da70c5815 expose more options in the c api (#1067) 9 years ago
Naitik Shah 6f01687aae C rocksdb_create_iterators to expose NewIterators (#1069) 9 years ago
Islam AbdelRahman 5bd4022fec Add comparator, merge operator, property collectors to SST file properties (again) 9 years ago
Andrew Kryczka 73a847ef89 Add per-level compression ratio property 9 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 9 years ago
flabby 874c96ac1d Merge pull request #1083 from flabby/master 9 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 9 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 9 years ago
Islam AbdelRahman 1aeca97337 Release RocksDB 4.7 9 years ago
sdong 0930e5e99f Update comments on include/rocksdb/perf_context.h 9 years ago
Andrew Kryczka 2391ef7214 Embed column family name in SST file 9 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 9 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 9 years ago
sdong 2feafa3db9 Change some RocksDB default options 9 years ago
Laurent Demailly 21700a5106 to/from hex refactor 9 years ago
Islam AbdelRahman e7c64fb115 Imporve sst_file_manager comment 9 years ago
sdong 3996770d0b Add comments to perf_context skip counters 9 years ago
Mike Kolupaev 4e85b74790 Make WritableFileWrapper not screw up preallocation 9 years ago
Praveen Rao 583157f710 Avoid overloaded virtual function 9 years ago
Praveen Rao 2dcbb3b4f3 Addressed review comments 9 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 9 years ago
Praveen Rao f8c2189307 Publish log numbers for column family to wal_filter, and provide log number in the record callback 9 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 9 years ago
Edouard Alligand 3d29f91466 Improve documentation of the allow_os_buffer parameter. 9 years ago
Yi Wu f71fc77b7c Cache to have an option to fail Cache::Insert() when full 9 years ago
agiardullo 2200295ee1 optimistic transactions support for reinitialization 9 years ago
sdong 294bdf9ee2 Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 9 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 9 years ago
sdong e79ad9e184 Add Iterator Property rocksdb.iterator.version_number 9 years ago
sdong 12fd9b1868 Change BlockBasedTableOptions.format_version default to 2 9 years ago
sdong 4572a2d8c0 Update current version to 4.6 9 years ago
sdong 74b660702e Rename iterator property "rocksdb.iterator.is.key.pinned" => "rocksdb.iterator.is-key-pinned" 9 years ago
sdong 432f3adf2c Add DB Property "rocksdb.current_version_number" 9 years ago
agiardullo 5ea9aa3c14 TransactionDB:ReinitializeTransaction 9 years ago