Commit Graph

1886 Commits (a2e0d890ed6da025c0d34ab46b63389f4e6b3f2d)
 

Author SHA1 Message Date
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
Yueh-Hsuan Chiang f799c8be5f [Java] Correct the library loading for zlib in RocksJava. 10 years ago
Yueh-Hsuan Chiang 918a355e00 Merge pull request #183 from ankgup87/master 10 years ago
Ankit Gupta b2625a4cc1 Add java docs for StatsCollector constructor and StatsCollectorCallback thread safety 10 years ago
Ankit Gupta abf9920386 Merge branch 'master' of https://github.com/facebook/rocksdb 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
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 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
Yueh-Hsuan Chiang 85f9bb4ef4 [Java] Enable compression_ratio option in DbBenchmark.java 10 years ago
Yueh-Hsuan Chiang e7c9412a93 Merge pull request #181 from nanwu/master 10 years ago
nawu fb54eef744 escaped the special characters and added a dot 10 years ago
nawu c9ad282e4a added a dot 10 years ago
Yueh-Hsuan Chiang 82c31792d0 Revert the default setting of InitFromCmdLineArgs(). 10 years ago
Yueh-Hsuan Chiang bf4b1528d8 Fix compile error in reduce_levels_test. 10 years ago
Yueh-Hsuan Chiang e5e6f55bd1 Fix compile error caused in LDB tool 10 years ago
Yueh-Hsuan Chiang 96663410b0 Fix a rapidjson compile error in mac. 10 years ago
Barnaby 854abaf777 Update README.md 10 years ago
Haobo Xu dfb31d152d [RocksDB] allow LDB tool to have customized key formatter 10 years ago
Lei Jin 3b0dc76699 db_bench: measure the real latency of write/delete 10 years ago
Haobo Xu 3aae401726 [RocksDB] history change for 3.2 10 years ago
sdong a1ddfc610b Fix some entries in HISTORY.md 10 years ago
Lei Jin a1b5650a75 db_bench: sanity check on compression ratio 10 years ago
Ankit Gupta 4938032549 Fix line width 10 years ago
Ankit Gupta 718029fc38 Arc lint fixes 10 years ago
Ankit Gupta e0ebea6cc2 Add doc and end of line 10 years ago
Ankit Gupta 143ee5a1c1 Add stats collector 10 years ago
Yueh-Hsuan Chiang 403636842a [Java] Add HISTORY-JAVA.md and include both C++ and Java history files in .jar. 10 years ago
Yueh-Hsuan Chiang 21e18ffa73 [Java] Improve the Java Doc of RocksObject 10 years ago
Igor Canadi 583feae8dd fix valgrind test 10 years ago
Igor Canadi 558050939f Fix release compile 10 years ago
Igor Canadi 00b26c3a83 JSONDocument 10 years ago
Igor Canadi 9fe87b17aa Fix compile 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
Igor Canadi bae495740d Merge pull request #179 from edsrzf/c-api-compaction-filter 10 years ago
Lei Jin 1ec2d1c69d fix make shared_lib compilation error 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
Haobo Xu 167738256f [RocksDB] Fix unit test 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