Commit Graph

274 Commits (0c9dc9f8e0bb4c0755830adc3102820a5307102c)

Author SHA1 Message Date
Radheshyam Balasundaram 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
ZHANG Biao 63d5cc72fa fix various 'comparison of integers of different signs' compiling errors under macosx 10 years ago
sdong 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" 10 years ago
Radheshyam Balasundaram 606a126703 Changing implementaiton of CuckooTableBuilder to not take file_size, key_length, value_length. 10 years ago
Radheshyam Balasundaram 2124c85cc6 Implementing CuckooTableReader::NewIterator 10 years ago
sdong 02c4023666 Remove port::MemoryBarrier() from table_reader_bench 10 years ago
Feng Zhu 1129921e9b logging_when_create_and_delete_manifest 10 years ago
Radheshyam Balasundaram 0c9d03ba10 Fixing broken Mac build 10 years ago
Feng Zhu b0999011e2 use stack instead of heap memory in ReadBlockContents in some case 10 years ago
Feng Zhu 8f09d53fd1 remove malloc when create data and index iterator in Get 10 years ago
Radheshyam Balasundaram 91c01485d1 Minor changes to CuckooTableBuilder 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
sdong 4a8f0c957c Block::Iter::PrefixSeek() to have an extra check to filter out some false matches 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago
Radheshyam Balasundaram 07a7d870b8 Addressing TODOs in CuckooTableBuilder 10 years ago
Feng Zhu da9274574f Use IterKey instead of string in Block::Iter to reduce malloc 10 years ago
Igor Canadi 2d3d63597a Fix signed-unsigned compare error 10 years ago
Radheshyam Balasundaram f6272e3055 Fixing memory leaks in cuckoo_table_builder_test 10 years ago
Yueh-Hsuan Chiang bbe2e91d00 Fixed a compile error of cuckoo_table_builder. 10 years ago
Radheshyam Balasundaram cf3da899b0 Adding a new SST table builder based on Cuckoo Hashing 10 years ago
Stanislau Hlebik c1a90b0848 Fix db_bench 10 years ago
Chilledheart 54f4e2f188 Fix clang compiler warnings 10 years ago
Stanislau Hlebik 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file. 10 years ago
Stanislau Hlebik 92d73cbe78 Add PlainTableOptions 10 years ago
Igor Canadi 1614284eff Fix compressed cache 10 years ago
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