Commit Graph

684 Commits (344edbb044ff5c08a43e4a6e9344c5c861552c0e)

Author SHA1 Message Date
Jonah Cohen f611935e9a Fix autovector iterator increment/decrement comments 10 years ago
ZHANG Biao 8dfe2fdd51 fix compile error under Mac OS X 10 years ago
Lei Jin 58c49466d2 Allow env_posix to lower background thread IO priority 10 years ago
Feng Zhu 6a2be31f14 fix_valgrind_error_caused_in_db_info_dummper 10 years ago
Lei Jin e91ebf1399 print compaction_filter name in Options.Dump 10 years ago
Feng Zhu 5e642403a9 log db path info before open 10 years ago
Lei Jin 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
Radheshyam Balasundaram 0c9d03ba10 Fixing broken Mac build 10 years ago
sdong 473e829784 Fix ldb dump_manifest 10 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin f6ca226c17 make statistics forward-able 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Yueh-Hsuan Chiang 00f56dfa28 Fixed a compile error in util/options_builder.cc 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
Stanislau Hlebik 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file. 10 years ago
sdong 0abaed2e08 Support multiple DB directories in universal compaction style 10 years ago
Igor Canadi 20c056306b Remove stats logger 10 years ago
Igor Canadi 5ff6633588 Fix mac compile 10 years ago
sdong 36de0e5359 Add a function to return current perf level 10 years ago
Lei Jin 534357ca3a integrate rate limiter into rocksdb 10 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago
Yueh-Hsuan Chiang 90a6aca48e Finer report I/O stats about Flush and Compaction. 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
Igor Canadi d3f63f03ad Fix 32-bit errors 10 years ago
sdong 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 10 years ago
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
Yueh-Hsuan Chiang 81c5d98900 Fixed a comparison between signed and unsigned integers in options.cc 10 years ago
sdong 19de6a7aad Remove MemTableRep::GetIterator(const Slice& slice) 10 years ago
Yueh-Hsuan Chiang 55531fd089 Fixed heap-buffer-overflow issue when Options.num_levels > 7. 10 years ago
Yueh-Hsuan Chiang 82c31792d0 Revert the default setting of InitFromCmdLineArgs(). 10 years ago
Yueh-Hsuan Chiang e5e6f55bd1 Fix compile error caused in LDB tool 10 years ago
Haobo Xu dfb31d152d [RocksDB] allow LDB tool to have customized key formatter 10 years ago
Igor Canadi 00b26c3a83 JSONDocument 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
sdong 8c265c08f1 HashLinkList to log distribution of number of entries aross buckets 10 years ago
Bradley Grainger 2d02ec6533 Add separate Read/WriteUnlock methods in MutexRW. 10 years ago
Yueh-Hsuan Chiang 4d913cfbc3 Fix a bug causing LOG is not created when max_log_file_size is set. 10 years ago
Lei Jin c83b085770 prefetch bloom filter data block for L0 files 10 years ago
sdong 80f409ea37 Clean PlainTableReader's variables for better data locality 10 years ago
Igor Canadi a0191c9dfe Create Missing Column Families 10 years ago
Igor Canadi 552c49f0f4 Remove upper bound for rate limiting unit test 10 years ago
sdong df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena 10 years ago
sdong 462796697c dynamic_bloom: replace some divide (remainder) operations with shifts in locality mode, and other improvements 10 years ago
sdong 9899b12780 ThreadID printed when Thread terminating in the same format as posix_logger 10 years ago
Igor Canadi 6de6a06631 FIFO compaction style 10 years ago
Chilledheart 81b498bc15 Print pthread_t in a more safe way 10 years ago