Commit Graph

47 Commits (92bfd6c5078fa7bbf7a2caacfddbec255e9098ba)

Author SHA1 Message Date
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 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
Aaron Gao 90cfd46458 update IterKey that can get user key and internal key explicitly 7 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Islam AbdelRahman d062328977 Revert "Support SST files with Global sequence numbers" 8 years ago
Islam AbdelRahman ab01da5437 Support SST files with Global sequence numbers 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Islam AbdelRahman 8366e10ffc Fix clang build 8 years ago
Islam AbdelRahman 812dbfb483 Optimize BlockIter::Prev() by caching decoded entries 8 years ago
sdong 1d725ca51d Deprecate BlockBasedTableOptions.hash_index_allow_collision=false. 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Islam AbdelRahman aececc209e Introduce ReadOptions::pin_data (support zero copy for keys) 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
sdong 041b6f95a2 perf_context: report time spent on reading index and bloom blocks 9 years ago
Igor Canadi 0a019d74a0 Use malloc_usable_size() for accounting block cache size 9 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi ff76895614 Remove some unnecessary constructors 10 years ago
Igor Canadi 54cada92b1 Run make format on PR #249 10 years ago
Torrie Fischer fb6456b00d Replace naked calls to operator new and delete (Fixes #222) 10 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Feng Zhu 8f09d53fd1 remove malloc when create data and index iterator in Get 10 years ago
sdong 4a8f0c957c Block::Iter::PrefixSeek() to have an extra check to filter out some false matches 10 years ago
Feng Zhu da9274574f Use IterKey instead of string in Block::Iter to reduce malloc 10 years ago
Haobo Xu 0f0076ed5a [RocksDB] Reduce memory footprint of the blockbased table hash index. 10 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 10 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu 49fbd5531b [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
Sanjay Ghemawat 9013f13b15 use mmap on 64-bit machines to speed-up reads; small build fixes 12 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
dgrogan@chromium.org ccb2cbef3a fix build on at least linux 13 years ago
dgrogan@chromium.org ba6dac0e80 @20776309 13 years ago
dgrogan@chromium.org 69c6d38342 reverting disastrous MOE commit, returning to r21 13 years ago
dgrogan@chromium.org b743906eea Revision created by MOE tool push_codebase. 13 years ago
dgrogan@chromium.org b409afe968 chmod a-x 13 years ago
dgrogan@chromium.org f779e7a5d8 @20602303. Default file permission is now 755. 13 years ago
jorlow@chromium.org 4671a695fc Move include files into a leveldb subdir. 13 years ago
jorlow@chromium.org f67e15e50f Initial checkin. 13 years ago