Commit Graph

1366 Commits (c7cf981a8565d0cb9278fa4c142cd3b5c44652df)

Author SHA1 Message Date
Fenggang Wu 9d646a6311 Add db_bench options of data block hash index (#4281) 6 years ago
Siying Dong 9c0c8f5ff6 GetAllKeyVersions() to take an extra argument of `max_num_ikeys`. (#4271) 6 years ago
Andrey Zagrebin aeed4f0749 #3865 fix performance regression introduced by MergeOperator.ShouldMerge (#4266) 6 years ago
Fenggang Wu 19ec44fd39 Improve point-lookup performance using a data block hash index (#4174) 6 years ago
Huachao Huang d916a1105a c-api: add some missing options 6 years ago
Maysam Yabandeh caf0f53a74 Index value delta encoding (#3983) 6 years ago
Georgios Bitzes 1b813a9b2e Make rocksdb::Slice more interoperable with std::string_view (#4242) 6 years ago
Yanqin Jin de7f423a82 Add SST ingestion to ldb (#4205) 6 years ago
Huachao Huang badfd70a3e types: add kEntryBlobIndex for TablePropertiesCollector (#4233) 6 years ago
Gustav Davidsson a15354d04e Expose GetTotalTrashSize in SstFileManager interface (#4206) 6 years ago
Sagar Vemuri 12b6cdeed3 Trace and Replay for RocksDB (#3837) 6 years ago
Fenggang Wu ee7617167f DataBlockHashIndex: Specify that DataBlockHashIndex is not yet implemented in the comment 6 years ago
Yanqin Jin 54de56844d Remove random writes from SST file ingestion (#4172) 6 years ago
Fenggang Wu a11df583ec Add DataBlockIndexType option in BlockBasedTableOptions (#4150) 6 years ago
Maysam Yabandeh c33b32671e Correct description of GetColumnFamilyMetaData (#4196) 6 years ago
Maysam Yabandeh e0906eb785 Clarify max_total_wal_size's scope (#4194) 6 years ago
Yanqin Jin 18f538038a Increase version number to 5.16 (#4176) 6 years ago
Manuel Ung ea212e5316 WriteUnPrepared: Implement unprepared batches for transactions (#4104) 6 years ago
Chang Su 374c37da5b move static msgs out of Status class (#4144) 6 years ago
Yanqin Jin 79f009f22e Release 5.15. (#4148) 6 years ago
Siying Dong ddc07b40fc Remove managed iterator 6 years ago
Sagar Vemuri 991120fa10 Allow ttl to be changed dynamically (#4133) 6 years ago
Nathan VanBenschoten ef7815b803 Support range deletion tombstones in IngestExternalFile SSTs (#3778) 6 years ago
Tamir Duberstein 7bee48bdbd Add GCC 8 to Travis (#3433) 6 years ago
Siying Dong 35b38a232c Update comments of WriteBatchWithIndex 6 years ago
Siying Dong 926f3a78a6 In delete scheduler, before ftruncate file for slow delete, check whether there is other hard links (#4093) 6 years ago
Manuel Ung b9846370e9 WriteUnPrepared: Add support for recovering WriteUnprepared transactions (#4078) 6 years ago
Yanqin Jin d4d9fe8e57 Fix a bug caused by not copying the block trailer. (#4096) 6 years ago
Siying Dong 17027aeffc Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() (#4092) 6 years ago
Manuel Ung 8ad63a4b86 WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069) 6 years ago
Anand Ananthabhotla 52d4c9b7f6 Allow DB resume after background errors (#3997) 6 years ago
Yanqin Jin 26d67e357e Support group commits of version edits (#3944) 6 years ago
Zhichao Cao 1f6efabe23 Add bottommost_compression_opts to for bottommost_compression (#3985) 6 years ago
chouxi 818c84e116 Store timestamp in deadlock detection (#4060) 6 years ago
Daniel Black e5ae1bb465 Remove bogus gcc-8.1 warning (#3870) 6 years ago
Manuel Ung a16e00b7b9 WriteUnPrepared Txn: Disable seek to snapshot optimization (#3955) 6 years ago
Nikhil Benesch 17339dc2f3 Add table property tracking number of range deletions (#4016) 6 years ago
Zhongyi Xie 408205a36b use user_key and iterate_upper_bound to determine compatibility of bloom filters (#3899) 6 years ago
Maysam Yabandeh 80ade9ad83 Pin top-level index on partitioned index/filter blocks (#4037) 6 years ago
zhichao-cao 3fbc865cd5 Add kOptionsStatistics to GetProperty() (#3966) 6 years ago
straw 89b37081a1 add c api rocksdb_sstfilewriter_file_size 6 years ago
QingpingWang 2807678b11 c api set bottommost level compaction 6 years ago
Maysam Yabandeh 402b7aa07f Exclude seq from index keys 6 years ago
QingpingWang 070319f7bb add flush_before_backup parameter to c api rocksdb_backup_engine_create_new_backup 6 years ago
Yi Wu bc7e8d472e LRUCache midpoint insertion 6 years ago
Dmitri Smirnov 3db8504cde Catchup with posix features 6 years ago
Andrew Kryczka 01bcc34896 Introduce library-independent default compression level 6 years ago
Jacquin Mininger 4420cb49da Fix Issue #3771: Slice ctor checks for nullptr and creates empty string 6 years ago
Yanqin Jin 263ef52b65 Update ColumnFamilyTest for multi-CF verification 6 years ago
Andrew Kryczka 508a09fd62 Print histogram count and sum in statistics string 6 years ago