Commit Graph

29 Commits (be410dede8c02de1d430634bd719d3d8710aa5da)

Author SHA1 Message Date
Maysam Yabandeh 3ef55d2c7c Split CompactionFilterWithValueChange 7 years ago
Nikhil Benesch 7891af8b53 expose a hook to skip tables during iteration 7 years ago
Yi Wu fb4ae4d810 fix DBImpl::NewInternalIterator super-version leak on failure 7 years ago
Maysam Yabandeh aa67bae6cf Break down PinnedDataIteratorRandomized 7 years ago
Andrew Kryczka ed0a4c93ef perf_context measure user bytes read 7 years ago
Siying Dong e67b35c076 Add Iterator::Refresh() 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Aaron Gao 7f6c02dda1 using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 7 years ago
Aaron Gao 3e86c0f07c disable direct reads for log and manifest and add direct io to tests 7 years ago
Aaron Gao a30a696034 do not read next datablock if upperbound is reached 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Maysam Yabandeh e6725e8c8d Fix some bugs in MockEnv 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Mike Kolupaev 236d4c67e9 Less linear search in DBIter::Seek() when keys are overwritten a lot 8 years ago
Vladislav Vaintroub d5555d95a3 Fix MSVC compile error in 32 bit compilation 8 years ago
Aaron Gao 21e8daced5 fix assertion failure in Prev() 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
Yi Wu 730f7e2e21 Fix win build 8 years ago
Islam AbdelRahman 967476eaee Fix valgrind (DBIteratorTest.ReadAhead) 8 years ago
Yi Wu a4ea345b04 Fixing lite build 8 years ago
Yi Wu 24a24f013d Enable configurable readahead for iterators 8 years ago
Islam AbdelRahman ff4b3fb5b4 Fix Iterator::Prev memory pinning bug 8 years ago
Islam AbdelRahman 6e801b0bd1 Eliminate memcpy in Iterator::Prev() by pinning blocks for keys spanning multiple blocks 9 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 9 years ago
Yi Wu 792762c42c Split db_test.cc 9 years ago