Commit Graph

25 Commits (92d73cbe78a9edb50f77674cc26e325b42c49fcc)

Author SHA1 Message Date
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
sdong df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
Kai Liu 0b3d03d026 Materialize the hash index 10 years ago
Igor Canadi c489499a2b Fix OSX compile 11 years ago
Lei Jin ccaca59bee avoid calling FindFile twice in TwoLevelIterator for PlainTable 11 years ago
Lei Jin d642c60bdc Check PrefixMayMatch on Seek() 11 years ago
Yueh-Hsuan Chiang af6ad113a8 Fix SIGFAULT when running sst_dump on v2.6 db 11 years ago
sdong 5cef458a2c RocksDB 2.8 to be able to read files generated by 2.6 11 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 11 years ago
kailiu 1aeafeccac Make the Create() function comform the convention 11 years ago
kailiu 74939a9e13 Make the block-based table's index pluggable 11 years ago
Kai Liu 2b205b35d8 Disable putting filter block to block cache 11 years ago
kailiu 161ab42a8a Make table properties shareable 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
kailiu 66dc033af3 Temporarily disable caching index/filter blocks 11 years ago
Kai Liu 2e9efcd6d8 Add the property block for the plain table 11 years ago
kailiu 90729f8b23 Extract metaindex block from block-based table 11 years ago
Igor Canadi 043fc14c3e Get rid of some shared_ptrs 11 years ago
kailiu 1415f8820d Improve the "table stats" 11 years ago
Kai Liu 88ba331c1a Add the index/filter block cache 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Siying Dong f03b2df010 Follow-up Cleaning-up After D13521 11 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 11 years ago
Kai Liu aac44226a0 Add bloom filter to predefined table stats 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Kai Liu 86ef6c3f74 Add statistics to sst file 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Dhruba Borthakur fc0c399d2e Introduced a new flag non_blocking_io in ReadOptions. 11 years ago
Tyler Harter 4504c99030 Internal/user key bug fix. 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Tyler Harter 94cf218720 Revert "Prefix scan: db_bench and bug fixes" 11 years ago
Tyler Harter c2bd8f4824 Prefix scan: db_bench and bug fixes 11 years ago
Tyler Harter f5f1842282 Prefix filters for scans (v4) 11 years ago
Mayank Agarwal 59d0b02f8b Expand KeyMayExist to return the proper value if it can be found in memory and also check block_cache 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Abhishek Kona 7a5f71d19a [Rocksdb] measure table open io in a histogram 11 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 12 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 years ago
Kosie van der Merwe 4dcc0c89f4 Fixed cache key for block cache 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Dhruba Borthakur c1bb32e1ba Trigger read compaction only if seeks to storage are incurred. 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 13 years ago
Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
dgrogan@chromium.org da79909507 sync with upstream @ 21409451 14 years ago