Commit Graph

561 Commits (178fd6f9db8e4cc2e5585c6f95f5d9c3d5d5cf2b)

Author SHA1 Message Date
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
Mike Orr 591f71285c cleanup exception text 10 years ago
Mike Orr d788bb8f71 - hdfs cleanup; fix to NewDirectory to comply with definition in env.h 10 years ago
Mike Orr c2fda55cfe hdfs cleanup and compile test against CDH 4.4. 10 years ago
sdong bd1105aa5a Print out thread ID while thread terminates for decreased pool size. 10 years ago
sdong 3df07d1703 ThreadPool to allow decrease number of threads and increase of number of threads is to be instantly scheduled 10 years ago
Chilledheart fa16ef394c Fix errors while building with clang 10 years ago
Igor Canadi 52783c793c declare kInline size in arena.cc 10 years ago
Igor Canadi a490d2d3a0 Revert "Define kInlineSize in .cc file instead of header" 10 years ago
Igor Canadi 35a8873aa6 Define kInlineSize in .cc file instead of header 10 years ago
Igor Canadi eea73226e9 Improve EnvHdfs 10 years ago
Igor Canadi f4574449e9 Clean up compaction logging 10 years ago
sdong 3e4a9ec241 Arena to inline 2KB of data in it. 10 years ago
Ankit Gupta cf0b773a29 Add more options to backupable DB 10 years ago
sdong 8c2c4602ee FixedPrefixTransform to include prefix length in its name 10 years ago
Igor Canadi 26f5dd9a5a TablePropertiesCollectorFactory 10 years ago
Dallas Marlow 557fbc9b3b arena spacing 10 years ago
Igor Canadi 038a477b53 Make it easier to start using RocksDB 10 years ago
Dallas Marlow 030db3d17e testing 10 years ago
Tyler Neely deb89401fd have proprocessor choose correct mmap args 10 years ago
Igor Canadi fec4269966 Fix more gflag namespace issues 10 years ago