Commit Graph

208 Commits (0c9dc9f8e0bb4c0755830adc3102820a5307102c)

Author SHA1 Message Date
Lei Jin 218857b3f5 remove tailing_iter.h/cc 10 years ago
Radheshyam Balasundaram 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB 10 years ago
miguelportilla 93e6b5e9d9 Changes to support unity build: 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago
Igor Canadi 6296330417 SpatialDB 10 years ago
Yueh-Hsuan Chiang b5c4c0b86b [Java] Add the missing ROCKSDB_JAR variable in Makefile 10 years ago
Igor Canadi f82d4a2498 Also bump version in Makefile 10 years ago
sdong e6de02103a Add a utility function to guess optimized options based on constraints 10 years ago
Yueh-Hsuan Chiang ae7743f226 Fixed some make and linking issues of RocksDBJava 10 years ago
Radheshyam Balasundaram cf3da899b0 Adding a new SST table builder based on Cuckoo Hashing 10 years ago
Yueh-Hsuan Chiang 2f289dccf3 Add -Wsign-compare to WARNING_FLAGS in Makefile 10 years ago
Stanislau Hlebik 1c9f190ae3 Fix db_test 10 years ago
sdong 01700b6911 Update master to version 3.3 10 years ago
Igor Canadi f0a8be253e JSON (Document) API sketch 10 years ago
Lei Jin 5ef1ba7ff5 generic rate limiter 10 years ago
Ankit Gupta e0ebea6cc2 Add doc and end of line 10 years ago
Igor Canadi 00b26c3a83 JSONDocument 10 years ago
Igor Canadi f068d2a94d Move master version to 3.2 10 years ago
Mike Lin 76596b5318 Fix building RocksDB in paths containing spaces -- quote path names in Makefile and build_detect_platform. 10 years ago
Igor Canadi 313b2e5da1 Better INSTALL.md and Makefile rules 10 years ago
Igor Canadi d2569fea47 log_and_apply_bench on a new benchmark framework 10 years ago
Yueh-Hsuan Chiang d56959a5fc [Java] Use environmental variable JAVA_HOME in Makefile for RocksJava. 10 years ago
Krzysztof Kowalczyk 2b7cf03e0d Update Makefile 10 years ago
Igor Canadi f1c9aa6ebe More unsigned/signed compare fixes 10 years ago
Igor Canadi 38693d99c4 Fix more signed/unsigned comparsions 10 years ago
Igor Canadi e525bb16ea Make kMajorVersion and kMinorVersion take version from version macros 10 years ago
Ankit Gupta a515d23651 Revert makefile 10 years ago
Ankit Gupta e96e71becf Multi-get impl and formatting 10 years ago
Igor Canadi a40970aa31 Run whitebox test before black box 10 years ago
Igor Canadi d0939cdcea Single-threaded asan_crash_test 10 years ago
Igor Canadi 8dc34364d2 Rename "benchmark" back to "bench". 10 years ago
Pratyush Seth ff1b5df4c6 Added benchmark functionality on the lines of folly/Benchmark.h 10 years ago
Lei Jin 0f2d768191 hints for narrowing down FindFile range and avoiding checking unrelevant L0 files 10 years ago
Ankit Gupta ebd85e8f3a Fix build 10 years ago
Yueh-Hsuan Chiang bb6fd15a6e [Java] Add a basic binding and test for BackupableDB and StackableDB. 10 years ago
Igor Canadi 62551b1c4e Don't compile sync_point if NDEBUG 10 years ago
Ankit Gupta 320ae72e17 Add histogramType for statistics 10 years ago
Igor Canadi 7d838856cf Fix compile issues when doing make release 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Igor Canadi 23c8f89b57 Revert "Don't compile ldb tool into static library" 10 years ago
Igor Canadi a347ffe92f Revert "Fix sst_dump and reduce_levels_test compile errors" 10 years ago
Igor Canadi d8f00b4109 Fix sst_dump and reduce_levels_test compile errors 10 years ago
Igor Canadi e296577ef6 Don't compile ldb tool into static library 10 years ago
Yueh-Hsuan Chiang ca4fa2047e [Java] rename 'make jni' to 'make rocksdbjava' 10 years ago
Yueh-Hsuan Chiang 0f5cbcd798 [JNI] Add an initial benchmark for java binding for rocksdb. 10 years ago
Lei Jin 92c1eb0291 macros for perf_context 10 years ago
Igor Canadi bcd1f15b60 Remove -Wno-unused-const-variable 10 years ago
Igor Canadi 51023c3911 Make RocksDB compile for iOS 10 years ago
Yueh-Hsuan Chiang da0887a3dc [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 10 years ago
Yueh-Hsuan Chiang 8c4a3bfa5b Add a java api for rocksdb::Options, currently only supports create_if_missing. 10 years ago