Commit Graph

45 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
sdong b4d07123c4 SamePrefixTest.InDomainTest to clear the test directory before testing 8 years ago
Aaron Gao 447f17127c new Prev() prefix support using SeekForPrev() 8 years ago
Islam AbdelRahman 1cca091298 Temporarily revert Prev() prefix support 8 years ago
Aaron Gao 2482d5fb45 support Prev() in prefix seek mode 8 years ago
Aaron Gao e72ea485ed add InDomain regression test 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
Peter Mattis c6c770a1ac Use prefix_same_as_start to avoid iteration in FindNextUserEntryInternal. (#1102) 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Venkatesh Radhakrishnan 9d50afc3b9 Prefix-based iterating only shows keys in prefix 9 years ago
Igor Canadi 1b7ea8ce81 Skipped tests shouldn't be failures 9 years ago
Islam AbdelRahman aa8ac6445b Skip unsupported tests in ROCKSDB_LITE 9 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
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