Commit Graph

87 Commits (e466173d5cb0735f49a905489be0eb889a26d89d)

Author SHA1 Message Date
Peter Dillinger 249eff0f30 Stats for redundant insertions into block cache (#6681) 4 years ago
Levi Tamasi e6f86cfb36 Revert the recent cache deleter change (#6620) 4 years ago
Levi Tamasi 6301dbe7a7 Use function objects as deleters in the block cache (#6545) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Adam Retter 2d16709487 Small tidy and speed up of the travis build (#6181) 5 years ago
Maysam Yabandeh 638d239507 Charge block cache for cache internal usage (#5797) 5 years ago
Wilfried Goesgens fbab9913e2 upgrade gtest 1.7.0 => 1.8.1 for json result writing 5 years ago
Levi Tamasi 092f417037 Move the uncompression dictionary object out of the block cache (#5584) 5 years ago
Levi Tamasi 3bde41b5a3 Move the filter readers out of the block cache (#5504) 5 years ago
Levi Tamasi 1e35584251 Move the index readers out of the block cache (#5298) 5 years ago
Mike Kolupaev df38c1ce66 Add BlockBasedTableOptions::index_shortening (#5174) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Andrew Kryczka 62f70f6d14 Reduce scope of compression dictionary to single SST (#4952) 5 years ago
Andrew Kryczka 8ec3e72551 Cache dictionary used for decompressing data blocks (#4881) 6 years ago
Faustin Lammler 7d65bd5ce4 Fix spelling errors (#4827) 6 years ago
Siying Dong 6e938c904f Make NewBloomFilterPolicy() use full filter by default (#4735) 6 years ago
Yi Wu bc7e8d472e LRUCache midpoint insertion 6 years ago
Zhongyi Xie 6cab3184f5 avoid double delete on dummy record insertion failure 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Zhongyi Xie 3fe0937180 Use block cache to track memory usage when ReadOptions.fill_cache=false 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Yi Wu badbff65b7 Not insert into block cache if cache is full and not holding handle 8 years ago
Yi Wu 4a16c32ece Option to cache index/filter blocks with priority 8 years ago
Wanning Jiang e12270dfee fix previous typo 8 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 8 years ago
Aaron Gao e532877940 Add statistics field to show total size of index and filter blocks in block cache 8 years ago
Yi Wu 725184b04e Fix db_block_cache_test in lite build 8 years ago
Yi Wu 792762c42c Split db_test.cc 8 years ago
Islam AbdelRahman 3ff98bd209 Fix no compression test 8 years ago
Yi Wu f71fc77b7c Cache to have an option to fail Cache::Insert() when full 8 years ago