Commit Graph

71 Commits (e466173d5cb0735f49a905489be0eb889a26d89d)

Author SHA1 Message Date
sdong 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 10 years ago
Igor Canadi a1068c91a1 Make RocksDB work with newer gflags 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
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 10 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
Igor Canadi 3c75cc15a9 Fix HashSkipList and HashLinkedList SIGSEGV 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
sdong b2d29675c8 Add a test in prefix_test to verify correctness of results 11 years ago
Siying Dong 5b5ab0c1a8 [Performance Branch] Fix memory leak in HashLinkListRep.GetIterator() 11 years ago
Siying Dong 424a524ac9 [Performance Branch] A Hashed Linked List Based Mem Table 11 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Haobo Xu 4e6463ea44 [RocksDB][Performance Branch] Make height and branching factor configurable for skiplist implementation 11 years ago
Haobo Xu a617227a36 [RocksDB] fix prefix_test 11 years ago
Igor Canadi 8b3379dc0a Implementing DynamicIterator for TransformRepNoLock 11 years ago
Haobo Xu fd2044883a [RocksDB] Generalize prefix-aware iterator to be used for more than one Seek 11 years ago
Igor Canadi be96f2498e TransformRep - use array instead of unordered_map 11 years ago
Haobo Xu fe4a449472 [RocksDB] prefixhash memtable test 11 years ago