summaryrefslogtreecommitdiff
path: root/table/two_level_iterator.h
AgeCommit message (Expand)Author
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-06-24Add an option to put first key of each sst block in the index (#5289)Mike Kolupaev
2018-08-09Index value delta encoding (#3983)Maysam Yabandeh
2018-04-15fix memory leak in two_level_iteratorZhongyi Xie
2018-02-12Customized BlockBasedTableIterator and LevelIteratorSiying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-05-05do not read next datablock if upperbound is reachedAaron Gao
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-10-13Seperate InternalIterator from Iteratorsdong
2015-06-30Allocate LevelFileIteratorState and LevelFileNumIterator from DB iterator's a...sdong
2014-10-31Turn on -WshadowIgor Canadi
2014-06-02In DB::NewIterator(), try to allocate the whole iterator tree in an arenasdong
2014-04-25avoid calling FindFile twice in TwoLevelIterator for PlainTableLei Jin
2014-04-25Check PrefixMayMatch on Seek()Lei Jin
2014-02-03[Performance Branch] PlainTable to encode rows with seqID 0, value type using...Siying Dong
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-06Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-05-30[RocksDB] [Performance] Allow different posix advice to be applied to the sam...Haobo Xu
2013-03-20Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-w...Dhruba Borthakur
2011-10-31A number of fixes:Hans Wennborg
2011-04-19reverting disastrous MOE commit, returning to r21dgrogan@chromium.org
2011-04-19Revision created by MOE tool push_codebase.dgrogan@chromium.org
2011-04-18chmod a-xdgrogan@chromium.org
2011-04-12@20602303. Default file permission is now 755.dgrogan@chromium.org
2011-03-30Move include files into a leveldb subdir.jorlow@chromium.org
2011-03-18Initial checkin.jorlow@chromium.org