Commit Graph

1961 Commits (3b97ee96c490a5d4f96f108f3b3aa1ffdf9c0f48)
 

Author SHA1 Message Date
Ankit Gupta da12f9ec4e Remove .so package with JNI 10 years ago
Ankit Gupta 54d7a2c0c5 Add compression type to options 10 years ago
Igor Canadi efbb4bd387 Merge pull request #193 from rdallman/columnfamilies 10 years ago
Ankit Gupta bc708e0012 Merge branch 'master' of https://github.com/facebook/rocksdb 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
Lei Jin 8d9a46fcd1 initialize decoded_internal_key_valid 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 a1df6c1fc8 Update HISTORY.md to include TimeOut write API and compaction update. 10 years ago
Yueh-Hsuan Chiang d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. 10 years ago
Ankit Gupta 6b835c6009 Merge branch 'master' of https://github.com/facebook/rocksdb 10 years ago
Ankit Gupta 70aa243fa1 Package .so file with .jar 10 years ago
Igor Canadi 4203431e71 Fix mac os compile error 10 years ago
Yueh-Hsuan Chiang 6580685260 Add TimedWait() API to CondVar. 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
Igor Canadi d3f63f03ad Fix 32-bit errors 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
Feng Zhu c4018e771c In tools/db_stress.cc, set proper value in NewHashSkipListRepFactory's bucket_size 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
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