Commit Graph

461 Commits (c2fda55cfe14918ac4f67f43c885ec2749dab88d)

Author SHA1 Message Date
Igor Canadi c07c9606ed Expose Status::code() 10 years ago
Igor Canadi 26f5dd9a5a TablePropertiesCollectorFactory 10 years ago
Igor Canadi 3edc056f6d comment 11 years ago
Igor Canadi 038a477b53 Make it easier to start using RocksDB 11 years ago
sdong 3a171dcb51 Pass logger to memtable rep and TLB page allocation error logged to info logs 11 years ago
sdong 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" 11 years ago
Igor Canadi db1854d78c Declare all DB methods virtual so that StackableDB can override them 11 years ago
Igor Canadi d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" 11 years ago
Benjamin Renard 41e5cf2392 Add share_files_with_cheksum option to BackupEngine 11 years ago
Igor Canadi 4ecfbcf865 ApplyToAllCacheEntries 11 years ago
Igor Canadi 82042f451c Include version in options 11 years ago
Igor Canadi 0afc8bc29a xxHash 11 years ago
Igor Canadi 096f5be0ed Put column family information in LiveFileMetaData 11 years ago
Igor Canadi df70047669 Flush stale column families 11 years ago
sdong 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB 11 years ago
Yueh-Hsuan Chiang 9d9d2965cb Add a new mem-table representation based on cuckoo hash. 11 years ago
Igor Canadi e525bb16ea Make kMajorVersion and kMinorVersion take version from version macros 11 years ago
Igor Canadi 6cb0cb300c Add version.h 11 years ago
Igor Canadi f868dcbbed Support for adding TTL-ed column family 11 years ago
Donovan Hide 4f9fae9bb7 Add rocksdb_open_for_read_only to C API 11 years ago
Igor Canadi a618691a3b Read-only BackupEngine 11 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 11 years ago
sdong 86a0133d05 PlainTableReader to expose index size to users 11 years ago
Igor Canadi 3992aec8fa Support for column families in TTL DB 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago
Igor Canadi 23c8f89b57 Revert "Don't compile ldb tool into static library" 11 years ago
Igor Canadi e296577ef6 Don't compile ldb tool into static library 11 years ago
Igor Canadi be016613c2 Expose in memory Env to the world 11 years ago
Igor Canadi 30aff72f77 Don't shadow in ColumnFamilyDescriptor 11 years ago
Lei Jin eba3fc644a make corruption_test:CompactionInputErrorParanoid deterministic 11 years ago
Igor Canadi b3d7435b4e No shadow in public headers 11 years ago
Igor Canadi ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL 11 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 11 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 11 years ago
Igor Canadi b947fdc89d Column family support for DB::OpenForReadOnly() 11 years ago
Lei Jin 92c1eb0291 macros for perf_context 11 years ago
Igor Canadi 664559fe2d Small final fixes before merge 11 years ago
Igor Canadi bcd1f15b60 Remove -Wno-unused-const-variable 11 years ago
Lei Jin c90d446ee7 make hash_link_list Node's key space consecutively followed at the end 11 years ago
Igor Canadi 51023c3911 Make RocksDB compile for iOS 11 years ago
Thomas Adam 98422cba77 [C-API] implemented more options 11 years ago
Thomas Adam 3a30b5b0be [C-API] added "rocksdb_options_set_plain_table_factory" to make it possible to use plain table factory 11 years ago
sdong 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible 11 years ago
Thomas Adam 38dc5ef45f [C-API] added the possiblity to create a HashSkipList or HashLinkedList to support prefix seeks 11 years ago
sdong 43a593a6d9 Change default value of some Options 11 years ago
Dhruba Borthakur 4031b98373 A GIS implementation for rocksdb. 11 years ago
Lei Jin 0d755fff14 cache friendly blocked bloomfilter 11 years ago
Igor Canadi 1c9f8f0884 Fix valgrind issues 11 years ago
Danny Guo b47812fba6 [rocksdb] new CompactionFilterV2 API 11 years ago
Yueh-Hsuan Chiang cda4006e87 Enhance partial merge to support multiple arguments 11 years ago