Commit Graph

248 Commits (178fd6f9db8e4cc2e5585c6f95f5d9c3d5d5cf2b)

Author SHA1 Message Date
Stanislau Hlebik 30c81e7717 Removing NewTotalOrderPlainTableFactory 10 years ago
Lei Jin 8d9a46fcd1 initialize decoded_internal_key_valid 10 years ago
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
Igor Canadi 9fe87b17aa Fix compile 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
Haobo Xu 7a9dd5f214 [RocksDB] Make block based table hash index more adaptive 10 years ago
Lei Jin 1ec2d1c69d fix make shared_lib compilation error 10 years ago
Haobo Xu 167738256f [RocksDB] Fix unit test 10 years ago
sdong edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 10 years ago
Haobo Xu 0f0076ed5a [RocksDB] Reduce memory footprint of the blockbased table hash index. 10 years ago
Igor Canadi 3525aac9e5 Change order of parameters in adaptive table factory 10 years ago
sdong 200e4b4a72 Add a table factory that can read DB with both of PlainTable and BlockBasedTable in it 10 years ago
Lei Jin c83b085770 prefetch bloom filter data block for L0 files 10 years ago
sdong 88a1691a1e BlockBasedTable::PrefixMayMatch() to bloom setting to the beginning of the function 10 years ago
sdong 80f409ea37 Clean PlainTableReader's variables for better data locality 10 years ago
Igor Canadi f43c8262c2 Don't compress block bigger than 2GB 10 years ago
sdong df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
Lei Jin 388d2054c7 forward iterator 10 years ago
Kai Liu 0b3d03d026 Materialize the hash index 10 years ago
Igor Canadi 26f5dd9a5a TablePropertiesCollectorFactory 10 years ago
Igor Canadi fec4269966 Fix more gflag namespace issues 10 years ago
sdong ddd41146c4 MergingIterator uses autovector instead of vector 10 years ago
Igor Canadi b5616dafd1 Fix iOS compile 10 years ago
sdong 3a171dcb51 Pass logger to memtable rep and TLB page allocation error logged to info logs 10 years ago
sdong 9b17558311 PlainTableFactory::PlainTableFactory() to have huge TLB turned off by default 10 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 10 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 10 years ago
Igor Canadi d28ed6931f fix release build 10 years ago
Igor Canadi d29e48bb2e fix compile warning 10 years ago
Igor Canadi 0afc8bc29a xxHash 10 years ago
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 10 years ago
Igor Canadi c489499a2b Fix OSX compile 10 years ago
Lei Jin ccaca59bee avoid calling FindFile twice in TwoLevelIterator for PlainTable 10 years ago
Lei Jin d642c60bdc Check PrefixMayMatch on Seek() 10 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 10 years ago
sdong 86a0133d05 PlainTableReader to expose index size to users 10 years ago
Yueh-Hsuan Chiang af6ad113a8 Fix SIGFAULT when running sst_dump on v2.6 db 10 years ago
Igor Canadi 8dc34364d2 Rename "benchmark" back to "bench". 10 years ago
Pratyush Seth ff1b5df4c6 Added benchmark functionality on the lines of folly/Benchmark.h 10 years ago
sdong 27d3bc184e Use a different approach to make sure BlockBasedTableReader can use hash index on older files 10 years ago
Kai Liu e37dd216f9 Index type doesn't have to be persisted 10 years ago
sdong 5cef458a2c RocksDB 2.8 to be able to read files generated by 2.6 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Kai Liu e23e73e67c Use shorten index key for hash-index 10 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
sdong e9ed28f9c8 PlainTableBuilder::Add() to use local char array instead of reused std::string as tmp buffer 10 years ago
Igor Canadi 34455deb06 Fix Mac OS compile issues 10 years ago
Igor Canadi 5b345b76cb Remove env_ from MergingIterator 10 years ago
Lei Jin 92c1eb0291 macros for perf_context 10 years ago