Commit Graph

2028 Commits (7e8bb71dd0ea6036c524044eba218ddd3b0df964)
 

Author SHA1 Message Date
Lei Jin 7e8bb71dd0 InternalStats to take cfd on constructor 10 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin f6ca226c17 make statistics forward-able 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
sdong 4a8f0c957c Block::Iter::PrefixSeek() to have an extra check to filter out some false matches 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Igor Canadi 28b367db15 Initialize next_id 10 years ago
Igor Canadi c8e70e6bf8 Fix valgrind test 10 years ago
Yueh-Hsuan Chiang 6480717a26 Fixed compaction-related errors where number of input levels are hard-coded. 10 years ago
Igor Canadi f780f35b06 Fix compile warning 10 years ago
Igor Canadi 0754d4cb3b SpatialDB change API 10 years ago
Radheshyam Balasundaram 07a7d870b8 Addressing TODOs in CuckooTableBuilder 10 years ago
Yueh-Hsuan Chiang 4b61a3d67d Merge branch 'ankgup87-master' 10 years ago
Yueh-Hsuan Chiang 10fc6c7d25 [Java] Add compaction style to options 10 years ago
Igor Canadi 41a697256f NewIterators in read-only mode 10 years ago
Igor Canadi e5f6980d99 Fix release compile error 10 years ago
Feng Zhu da9274574f Use IterKey instead of string in Block::Iter to reduce malloc 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
Yueh-Hsuan Chiang 6e7e3e45ff [Java] Update header inclusion of utilities files 10 years ago
Yueh-Hsuan Chiang 00f56dfa28 Fixed a compile error in util/options_builder.cc 10 years ago
Yueh-Hsuan Chiang 0e1b4787ed Fixed a bug in Compaction.cc where input_levels_ was not properly resized. 10 years ago
Igor Canadi f82d4a2498 Also bump version in Makefile 10 years ago
Igor Canadi 1053358a84 Bump the version 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
sdong e6de02103a Add a utility function to guess optimized options based on constraints 10 years ago
Yueh-Hsuan Chiang 250f035782 [Java] Optimize statistics collector, improve object dependency in RocksObjects 10 years ago
Ankit Gupta 25682d1596 [Java] Optimize statistics collector, improve object dependency in RocksObjects 10 years ago
Igor Canadi 2d3d63597a Fix signed-unsigned compare error 10 years ago
Radheshyam Balasundaram f6272e3055 Fixing memory leaks in cuckoo_table_builder_test 10 years ago
Yueh-Hsuan Chiang d19aa25594 [Java] Add Java support for cache sharding. 10 years ago
Yueh-Hsuan Chiang ae7743f226 Fixed some make and linking issues of RocksDBJava 10 years ago
sdong f6b7e1ed1a Allow user to specify DB path of output file of manual compaction 10 years ago
Yueh-Hsuan Chiang bbe2e91d00 Fixed a compile error of cuckoo_table_builder. 10 years ago
Radheshyam Balasundaram cf3da899b0 Adding a new SST table builder based on Cuckoo Hashing 10 years ago
Lei Jin f6f1533c6f make internal stats independent of statistics 10 years ago
Feng Zhu 50c2dcb78f add options.block_restart_interval in db_bench 10 years ago
Lei Jin 9c0d84d240 improve comments for CrateRateLimiter() 10 years ago
Stanislau Hlebik c1a90b0848 Fix db_bench 10 years ago
Yueh-Hsuan Chiang 80a94d0517 [Java] Fixed the Java compilation error caused by PlainTableFactory API change. 10 years ago
Igor Canadi 37693704d6 Merge pull request #207 from Chilledheart/develop 10 years ago
Chilledheart 54f4e2f188 Fix clang compiler warnings 10 years ago
Stanislau Hlebik f4c49aeade Update HISTORY.md 10 years ago
Stanislau Hlebik 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file. 10 years ago
Stanislau Hlebik 92d73cbe78 Add PlainTableOptions 10 years ago
Yueh-Hsuan Chiang 052ddbe0e2 Add MaxInputLevel() to CompactionPicker 10 years ago
Yueh-Hsuan Chiang 2f289dccf3 Add -Wsign-compare to WARNING_FLAGS in Makefile 10 years ago
Yueh-Hsuan Chiang aac941b3f0 Fixed a signed and unsigned comparison in Compaction 10 years ago
Radheshyam Balasundaram 0d57e3ad7d Guarding files_ attribute with #ifndef NDEBUG guard in FilePicker class. 10 years ago