Commit Graph

556 Commits (e4eca6a1e5738f670deef6ded4c9020567e855ed)

Author SHA1 Message Date
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
Lei Jin 1755581f19 improve OptimizeForPointLookup() 10 years ago
Lei Jin 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled 10 years ago
Lei Jin a98badff16 print table options 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Andrew Bonventre 050869177e Add missing include to use std::unique_ptr 10 years ago
Yueh-Hsuan Chiang 63a2215c63 Improve Options sanitization and add MmapReadRequired() to TableFactory 10 years ago
sdong 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index 10 years ago
sdong 68eed8c9f0 Bump up version 10 years ago
Lei Jin 58c49466d2 Allow env_posix to lower background thread IO priority 10 years ago
Lei Jin 5a5953b388 Add histogram for DB_SEEK 10 years ago
Lei Jin 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled 10 years ago
Radheshyam Balasundaram 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB 10 years ago
Lei Jin 37c6740c38 make statistics ToString function empty instead of pure virtual 10 years ago
Spencer Kimball 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of 10 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 10 years ago
Igor Canadi 9c5a3f4746 FeatureSet DebugString 10 years ago
Demon 7ef7df005f fix project name in the comments 10 years ago
Igor Canadi 99e03bcbf1 Better comment for inplace_update_support 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Igor Canadi 0754d4cb3b SpatialDB change API 10 years ago
Radheshyam Balasundaram 07a7d870b8 Addressing TODOs in CuckooTableBuilder 10 years ago
Igor Canadi 6296330417 SpatialDB 10 years ago
Igor Canadi 1053358a84 Bump the version 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
sdong e6de02103a Add a utility function to guess optimized options based on constraints 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Radheshyam Balasundaram cf3da899b0 Adding a new SST table builder based on Cuckoo Hashing 10 years ago
Lei Jin 9c0d84d240 improve comments for CrateRateLimiter() 10 years ago