Commit Graph

587 Commits (344edbb044ff5c08a43e4a6e9344c5c861552c0e)

Author SHA1 Message Date
Yueh-Hsuan Chiang 344edbb044 Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 10 years ago
Yueh-Hsuan Chiang 8447861896 Fixed -WShadow errors in db/db_test.cc and include/rocksdb/metadata.h 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
Igor Canadi 31342c4005 Fix implicit compare 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
sdong 83bf09144b Bump verison number to 3.7 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
Jonah Cohen c1a924b9f0 Move convenience.h to /include 10 years ago
Igor Canadi c2999f54bd Revert "tmp" 10 years ago
Lei Jin 9ab0132360 tmp 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Tomislav Novak 88edfd90ae SkipListRep::LookaheadIterator 10 years ago
Igor Canadi 0908ddcea5 Don't keep managing two rocksdb version 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
fyrz 5340484266 Built-in comparator(s) in RocksJava 10 years ago
Lei Jin c6275956e2 improve memory efficiency of cuckoo reader 10 years ago
Lei Jin 581442d446 option to choose module when calculating CuckooTable hash 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
Lei Jin 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() 10 years ago
sdong d0de413f4d WriteBatchWithIndex to allow different Comparators for different column families 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
Lei Jin 51af7c326c CuckooTable: add one option to allow identity function for the first hash function 10 years ago
Lei Jin a062e1f2c4 SetOptions() for memtable related options 10 years ago
Lei Jin e4eca6a1e5 Options conversion function for convenience 10 years ago
Igor Canadi 4a27a2f193 Don't sync manifest when disableDataSync = true 10 years ago
Jonah Cohen 092f97e219 Fix comments and typos 10 years ago
Xiaozheng Tie 6cc12860f0 Added a few statistics for BackupableDB 10 years ago
Lei Jin 52311463e9 MemTableOptions 10 years ago
Lei Jin 659d2d50c3 move compaction_filter to immutable_options 10 years ago
Lei Jin 048560a642 reduce references to cfd->options() in DBImpl 10 years ago
Igor Canadi a2bb7c3c33 Push- instead of pull-model for managing Write stalls 10 years ago
Feng Zhu 0af157f9bf Implement full filter for block based table. 10 years ago
Nik Bougalis d1cfb71ec7 Remove unused member(s) 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 10 years ago
Lei Jin 703c3eacd9 comments about the BlockBasedTableOptions migration in Options 10 years ago
Lei Jin 9b58c73c7c call SanitizeDBOptionsByCFOptions() in the right place 10 years ago
Igor Canadi a84234a61b Ignore missing column families 10 years ago
Feng Zhu 8438a19360 fix dropping column family bug 10 years ago
Radheshyam Balasundaram 7f71448388 Implementing a cache friendly version of Cuckoo Hash 10 years ago
Igor Canadi d5bd6c772b Fix ios compile 10 years ago