Commit Graph

8407 Commits (30e2dc02f0e488e15d93db3748fc26385d179854)
 

Author SHA1 Message Date
haoyuhuang e648c1d9eb Cache simulator: Optimize hybrid row-block cache. (#5616) 5 years ago
Manuel Ung 80d7067cb2 Use int64_t instead of ssize_t (#5638) 5 years ago
Levi Tamasi 3f89af1c39 Reduce the number of random iterations in compact_on_deletion_collector_test (#5635) 5 years ago
haoyuhuang 70c7302fb5 Block cache simulator: Add pysim to simulate caches using reinforcement learning. (#5610) 5 years ago
Manuel Ung 41df734830 WriteUnPrepared: Add new variable write_batch_flush_threshold (#5633) 5 years ago
Levi Tamasi 3617287e0e Parallelize db_bloom_filter_test (#5632) 5 years ago
Manuel Ung 230b909da8 Fix PopSavePoint to merge info into the previous savepoint (#5628) 5 years ago
Yanqin Jin 74782cec32 Fix target 'clean' to include parallel test binaries (#5629) 5 years ago
Eli Pozniansky 9625a2bc2b Added SizeApproximationOptions to DB::GetApproximateSizes (#5626) 5 years ago
Yanqin Jin ae152ee666 Avoid user key copying for Get/Put/Write with user-timestamp (#5502) 5 years ago
Chad Austin 0d16fad51b rocksdb: build on macosx 5 years ago
Maysam Yabandeh d9dc6b4637 Declare snapshot refresh incompatible with delete range (#5625) 5 years ago
sdong 7260347fd1 Auto Roll Logger to add some extra checking to avoid segfault. (#5623) 5 years ago
sdong 5daa426a18 Fix regression bug of Auto rolling logger when handling failures (#5622) 5 years ago
Manuel Ung 66b524a911 Simplify WriteUnpreparedTxnReadCallback and fix some comments (#5621) 5 years ago
sdong f5b951f7b6 Fix wrong info log printing for num_range_deletions (#5617) 5 years ago
Mark Rambacher cfcf045acc The ObjectRegistry class replaces the Registrar and NewCustomObjects.… (#5293) 5 years ago
Levi Tamasi 092f417037 Move the uncompression dictionary object out of the block cache (#5584) 5 years ago
Eli Pozniansky 6b7fcc0d5f Improve CPU Efficiency of ApproximateSize (part 1) (#5613) 5 years ago
sdong 3782accf7d ldb sometimes specify a string-append merge operator (#5607) 5 years ago
anand76 112702ac6c Parallelize file_reader_writer_test in order to reduce timeouts 5 years ago
Manuel Ung eae832740b WriteUnPrepared: improve read your own write functionality (#5573) 5 years ago
Maysam Yabandeh 327c4807a7 Disable refresh snapshot feature by default (#5606) 5 years ago
sdong 66b5613d0c row_cache to share entry for recent snapshots (#5600) 5 years ago
haoyuhuang 3778470061 Block cache analyzer: Compute correlation of features and human readable trace file. (#5596) 5 years ago
Yanqin Jin a78503bd6c Temporarily disable snapshot list refresh for atomic flush stress test (#5581) 5 years ago
Eli Pozniansky 0be1feec21 Added .watchmanconfig file to rocksdb repo (#5593) 5 years ago
anand76 4f7ba3aaed Fix tsan and valgrind failures in import_column_family_test 5 years ago
Eli Pozniansky c129c75fb7 Added log_readahead_size option to control prefetching for Log::Reader (#5592) 5 years ago
sdong 6bb3b4b567 ldb idump to support non-default column families. (#5594) 5 years ago
anand76 abd1fdddef Fix asan_check failures 5 years ago
Venki Pallipadi 3a6e83b56b HISTORY update for export and import column family APIs 5 years ago
anand76 ec2b996b29 Fix LITE mode build failure 5 years ago
Eli Pozniansky 9f5cfb8e71 Fix for ReadaheadSequentialFile crash in ldb_cmd_test (#5586) 5 years ago
haoyuhuang 8a008d4170 Block access tracing: Trace referenced key for Get on non-data blocks. (#5548) 5 years ago
Venki Pallipadi 22ce462450 Export Import sst files (#5495) 5 years ago
Yuqi Gu a3c1832e86 Arm64 CRC32 parallel computation optimization for RocksDB (#5494) 5 years ago
Eli Pozniansky 74fb7f0ba5 Cleaned up and simplified LRU cache implementation (#5579) 5 years ago
Eli Pozniansky 0f4d90e6e4 Added support for sequential read-ahead file (#5580) 5 years ago
sdong 699a569c52 Remove RandomAccessFileReader.for_compaction_ (#5572) 5 years ago
Manuel Ung 0acaa1a846 WriteUnPrepared: use tracked_keys_ to track keys needed for rollback (#5562) 5 years ago
Levi Tamasi 3bde41b5a3 Move the filter readers out of the block cache (#5504) 5 years ago
Jim Lin cd2520361d Fix memorty leak in `rocksdb_wal_iter_get_batch` function (#5515) 5 years ago
Tomas Kolda 6e8a1354a7 Fix regression - 100% CPU - Regression for Windows 7 (#5557) 5 years ago
Zhongyi Xie b0259e45e0 add more tracing for stats history (#5566) 5 years ago
Yikun Jiang f064d74e45 Cleanup the Arm64 CRC32 unused warning (#5565) 5 years ago
haoyuhuang 68d43b4d30 A python script to plot graphs for cvs files generated by block_cache_trace_analyzer 5 years ago
Sergei Petrunia 61876614dc Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 (#5553) 5 years ago
haoyuhuang 3e9c5a3523 Block cache analyzer: Add more stats (#5516) 5 years ago
haoyuhuang 1a59b6e2a9 Cache simulator: Add a ghost cache for admission control and a hybrid row-block cache. (#5534) 5 years ago