Commit Graph

860 Commits (d333820badb379666719d2511f8354a6c5fad5ae)

Author SHA1 Message Date
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Igor Canadi 965d9d50b8 Fix timing 10 years ago
Igor Canadi 001ce64dc7 Use chrono for timing 10 years ago
Lei Jin 720c1c056d fix erro during merge 10 years ago
Lei Jin 122f98e0b9 dynamic max_mem_compact_level 10 years ago
Lei Jin 574028679b dynamic max_sequential_skip_in_iterations 10 years ago
Yueh-Hsuan Chiang e11a5e776f Improve the comment of util/thread_local.h 10 years ago
Igor Canadi c12f571d31 Fix mac compile, second try 10 years ago
Igor Canadi d2e60f5cee Fix mac compile 10 years ago
Lei Jin d6c8dba727 Log MutableCFOptions in SetOptions 10 years ago
Lei Jin 4d5708aa56 dynamic soft_rate_limit and hard_rate_limit 10 years ago
Lei Jin 065a67c4f0 dynamic disable_auto_compactions 10 years ago
Lei Jin dc50a1a593 make max_write_buffer_number dynamic 10 years ago
sdong 6a150c0118 ldb: support --fix_prefix_len 10 years ago
Yueh-Hsuan Chiang 3ead857a0d Fixed Mac compile error in util/options_test.cc 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Tomislav Novak 88edfd90ae SkipListRep::LookaheadIterator 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
Danny Al-Gaaf bf3bfd0448 util/cache_test.cc: use static_cast over C-Style cast 10 years ago
Danny Al-Gaaf 4cc8643baf util/ldb_cmd.cc: prefer prefix ++operator for non-primitive types 10 years ago
Danny Al-Gaaf af8c2b2d97 util/signal_test.cc: suppress intentional null pointer deref 10 years ago
Danny Al-Gaaf 8558457143 ldb_cmd_execute_result.h: perform init in initialization list 10 years ago
fyrz 8b8011a68c Changed name of ReverseBytewiseComparator based on review comment 10 years ago
fyrz 5340484266 Built-in comparator(s) in RocksJava 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
sdong cdaf44f9ae Enlarge log size cap when printing file summary 10 years ago
Lei Jin 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() 10 years ago
Igor Canadi 53b0039954 Fix release compile 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
liuchang0812 787cb4db29 remove cast, replace %llu with % PRIu64 10 years ago
whu_liuchang a7574d4fa1 Update logging.cc 10 years ago
whu_liuchang 7e0dcb953f Update logging.cc 10 years ago
liuchang0812 6a031b6a81 remove unused variable 10 years ago
Mark Callaghan 32f2532a0b Print compression_size_percent as a signed int 10 years ago
sdong 976caca09b Skip AllocateTest if fallocate() is not supported in the file system 10 years ago
Igor Canadi 3c232e1647 Fix mac compile 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
Saghm Rossi f9eaaa66e6 added include for inttypes.h to fix nonworking printf statements 10 years ago
Igor Canadi faad439ac4 Fix #284 10 years ago
yinqiwen 28be16b1dc fix rate limiter crash #286 10 years ago
Feng Zhu 53404d9fb7 add_qps_info_in cache bench 10 years ago
Igor Canadi 6bb7e3ef25 Merger test 10 years ago
Igor Canadi 88841bd007 Explicitly cast char to signed char in Hash() 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