Commit Graph

1031 Commits (ef1aad97f9845335617ed0f4224c05a240687ee6)

Author SHA1 Message Date
Lei Jin ef1aad97f9 fix one more internal_stats issue 10 years ago
Lei Jin 73d7147096 make rate limiter test more reliable 10 years ago
Lei Jin 8a9cc7885c report correct interval amplification 10 years ago
Lei Jin 534357ca3a integrate rate limiter into rocksdb 10 years ago
Lei Jin b278ae8e50 Apply fractional cascading in ForwardIterator::Seek() 10 years ago
Reed Allman fd3fb4b0bf C API: update options w/ convenience funcs & fifo compaction 10 years ago
Reed Allman e9b18b6b89 C API: bugfix column_family_comact_range 10 years ago
Igor Canadi 4adf64e068 Fix compile issue 10 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 10 years ago
Evan Shaw 13a130cc00 C API: Add test for compaction filter factories 10 years ago
Evan Shaw 3f7104d7c5 C API: Allow setting compaction filter factory 10 years ago
Evan Shaw 91bede79cc C API: Add support for compaction filter factories (v1) 10 years ago
Radheshyam Balasundaram f0660d5253 Adding NUMA support to db_bench tests 10 years ago
Reed Allman 1a34aaaef0 C API: column family support 10 years ago
Evan Shaw 9fc23d0c56 C API: support constructing write batch from serialized representation 10 years ago
Yueh-Hsuan Chiang 7b85c1e900 Improve SimpleWriteTimeoutTest to avoid false alarm. 10 years ago
Yueh-Hsuan Chiang d33657a4a5 Fixed a warning in release mode. 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
Igor Canadi 4203431e71 Fix mac os compile error 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
Igor Canadi f146cab261 Centralize compression decision to compaction picker 10 years ago
sdong 1d05006740 Re-commit the correct part (WalDir) of the revision: 10 years ago
sdong 30b20604db Revert "Two small fixes in db_test" 10 years ago
sdong 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers 10 years ago
sdong 6634844dba Two small fixes in db_test 10 years ago
Igor Canadi f5d4df1c02 Fix compile error 10 years ago
Igor Canadi a2e0d890ed No need for files_by_size_ in universal compaction 10 years ago
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
sdong dd337bc0b2 In logging format, use PRIu64 instead of casting 10 years ago
Stanislau Hlebik a3594867ba Cache some conditions for DBImpl::MakeRoomForWrite 10 years ago
sdong 19de6a7aad Remove MemTableRep::GetIterator(const Slice& slice) 10 years ago
Yueh-Hsuan Chiang 8898a0a0d1 Reorder the member variables of FileMetaData to improve cache locality. 10 years ago
Yueh-Hsuan Chiang e813f5b6d9 Allow compaction to reclaim storage more effectively. 10 years ago
Yueh-Hsuan Chiang faa8d21922 Improve an assertion in RandomGenerator::Generate() in db_bench. 10 years ago
Lei Jin 3b0dc76699 db_bench: measure the real latency of write/delete 10 years ago
Lei Jin a1b5650a75 db_bench: sanity check on compression ratio 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
Igor Canadi 107e08baa7 Use same sorting for all level 0 files 10 years ago
Haobo Xu 7a9dd5f214 [RocksDB] Make block based table hash index more adaptive 10 years ago
Yueh-Hsuan Chiang 4f5ccfd179 Fixed a potential write hang 10 years ago
Lei Jin c4e90c79ed bug fix: iteration over ColumnFamilySet needs to be under mutex 10 years ago
Evan Shaw 5363eb8ad4 Add a test for using compaction filters via the C API 10 years ago
Evan Shaw d72313a7fa Add a way to set compaction filter in the C API 10 years ago
Evan Shaw df2701373d Support for compaction filters in the C API 10 years ago
sdong edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 10 years ago
Igor Canadi 3525aac9e5 Change order of parameters in adaptive table factory 10 years ago
sdong 8c265c08f1 HashLinkList to log distribution of number of entries aross buckets 10 years ago
sdong 200e4b4a72 Add a table factory that can read DB with both of PlainTable and BlockBasedTable in it 10 years ago
Yueh-Hsuan Chiang e6e259b8ab Include max_write_buffer_number >= 2 to SanitizeOptions. 10 years ago