Commit Graph

431 Commits (c9a04194137a170eafef512460ec64701e3a0a4f)

Author SHA1 Message Date
Anand Ananthabhotla c9a0419413 Release 5.16 (#4298) 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
Zhichao Cao 999d955e4f RocksDB Trace Analyzer (#4091) 6 years ago
Maysam Yabandeh d511f35ea7 Fix wrong partitioned index size recorded in properties block (#4259) 6 years ago
Maysam Yabandeh caf0f53a74 Index value delta encoding (#3983) 6 years ago
Yanqin Jin 18f538038a Increase version number to 5.16 (#4176) 6 years ago
Yanqin Jin 79f009f22e Release 5.15. (#4148) 6 years ago
Yi Wu d538ebdff0 Fix write get stuck when pipelined write is enabled (#4143) 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
Siying Dong 17027aeffc Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() (#4092) 6 years ago
Zhichao Cao 1f6efabe23 Add bottommost_compression_opts to for bottommost_compression (#3985) 6 years ago
Maysam Yabandeh 235ab9dd32 Pin mmap files in ReadOnlyDB (#4053) 6 years ago
Nikhil Benesch 17339dc2f3 Add table property tracking number of range deletions (#4016) 6 years ago
Maysam Yabandeh 80ade9ad83 Pin top-level index on partitioned index/filter blocks (#4037) 6 years ago
Sagar Vemuri 7103559f49 Improve direct IO range scan performance with readahead (#3884) 6 years ago
Maysam Yabandeh 28a9d8910b Fix the bug with duplicate prefix in partition filters (#4024) 6 years ago
Andrew Kryczka fea2b1dfb2 Copy Get() result when file reads use mmap 6 years ago
maoyouxiang a35451eaa4 fix deadlock with enable_pipelined_write=true and max_successive_merges > 0 6 years ago
Maysam Yabandeh 402b7aa07f Exclude seq from index keys 6 years ago
Yi Wu bc7e8d472e LRUCache midpoint insertion 6 years ago
Andrew Kryczka 01bcc34896 Introduce library-independent default compression level 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Andrew Kryczka 508a09fd62 Print histogram count and sum in statistics string 6 years ago
Siying Dong 17af09fcce Implement key shortening functions in ReverseBytewiseComparator 6 years ago
Fosco Marotto fa43948cbc Update HISTORY and version for upcoming 5.14 6 years ago
Mike Kolupaev 8bf555f487 Change and clarify the relationship between Valid(), status() and Seek*() for all iterators. Also fix some bugs 6 years ago
Andrew Kryczka 3d7dc75b36 Bottommost level-based compactions in bottom-pri pool 6 years ago
Andrew Kryczka 072ae671a7 Apply use_direct_io_for_flush_and_compaction to writes only 6 years ago
Siying Dong 3690276e74 Disallow to open RandomRW file if the file doesn't exist 6 years ago
Siying Dong 63c965cdb4 Sync parent directory after deleting a file in delete scheduler 6 years ago
Gabriel Wicke 090c78a0d7 Support lowering CPU priority of background threads 6 years ago
Mike Kolupaev affe01b0d5 Improve write time breakdown stats 6 years ago
Anand Ananthabhotla dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats 7 years ago
Yi Wu ad511684b2 Add block cache related DB properties 7 years ago
Andrew Kryczka 3cea61392f include thread-pool priority in thread names 7 years ago
Maysam Yabandeh d15397ba10 WritePrepared Txn: rollback_merge_operands hack 7 years ago
Maysam Yabandeh d2bcd7611f Fix the memory leak with pinned partitioned filters 7 years ago
Adam Retter ca87aef82d Added support for SstFileManager to RocksJava 7 years ago
Andrew Kryczka faba3fb53d protect valid backup files when max_valid_backups_to_open is set 7 years ago
Sagar Vemuri 04c11b867d Level Compaction with TTL 7 years ago
Anand Ananthabhotla f9f4d40f93 Align SST file data blocks to avoid spanning multiple pages 7 years ago
Maysam Yabandeh 35a4469bbf Fix race condition via concurrent FlushWAL 7 years ago
Sagar Vemuri 7ffce2805b Add Java-API-Changes section to History 7 years ago
Sagar Vemuri 2e3d407778 Fsync after writing global seq number in ExternalSstFileIngestionJob 7 years ago
Siying Dong 118058ba69 SstFileManager: add bytes_max_delete_chunk 7 years ago
Fosco Marotto de6cf95a53 Update history for future 5.13 release 7 years ago
Andrew Kryczka 0cdaa1a804 Fix WAL corruption from checkpoint/backup race condition 7 years ago