Commit Graph

1976 Commits (bc6b2ab401252277a07bc0e3c962b5eda40a8266)
 

Author SHA1 Message Date
Igor Canadi 4adf64e068 Fix compile issue 10 years ago
Igor Canadi 862227769a Merge pull request #194 from ankgup87/master 10 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 10 years ago
Igor Canadi 8f6e9ab209 Merge pull request #191 from edsrzf/c-api-compaction-filter-factory 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
Evan Shaw 0bf5589c74 Fix compaction_filter.h typos 10 years ago
Ankit Gupta 97bfcd6a16 Update doc of options.cc 10 years ago
Ankit Gupta c9cfb88256 Remove doc from options class 10 years ago
Ankit Gupta 4efca96bb3 Change enum type from int to byte 10 years ago
Radheshyam Balasundaram f0660d5253 Adding NUMA support to db_bench tests 10 years ago
Ankit Gupta e8c592c625 Add newline 10 years ago
Igor Canadi 0bc5fa9f40 Merge pull request #190 from edsrzf/c-api-writebatch-serialized 10 years ago
Ankit Gupta 47f0cf6d38 Add docs 10 years ago
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