Commit Graph

  • f09329cb01 Fix candidate file comparison when using path ids Nik Bougalis 2014-08-31 00:54:15 -0700
  • 7e9f28cb23 limit max bytes that can be read/written per pread/write syscall Lei Jin 2014-08-29 21:21:49 -0700
  • d20b8cfaa1 Improve Cuckoo Table Reader performance. Inlined hash function and number of buckets a power of two. Radheshyam Balasundaram 2014-08-29 19:06:15 -0700
  • 0f9c43ea36 ForwardIterator: reset incomplete iterators on Seek() Tomislav Novak 2014-08-29 14:32:37 -0700
  • 722d80c374 reduce recordTick overhead in compaction loop Lei Jin 2014-08-28 17:16:58 -0700
  • 22a0a60dc4 Merge pull request #250 from wankai/master Igor Canadi 2014-08-29 09:53:18 -0400
  • be25ee44fe delete unused struct Options Wankai Zhang 2014-08-29 17:31:04 +0800
  • 0c26e76b28 Merge pull request #237 from tdfischer/tdfischer/faster-timeout-test Igor Canadi 2014-08-28 20:40:10 -0400
  • 1d23b5c470 remove_internal_filter_policy Feng Zhu 2014-08-28 17:06:29 -0700
  • 2a8faf797c Compact SpatialDB as we go, not at the end Igor Canadi 2014-08-28 07:27:26 -0700
  • 7f71448388 Implementing a cache friendly version of Cuckoo Hash Radheshyam Balasundaram 2014-08-28 10:42:23 -0700
  • d977e55596 Don't let other compactions run when manual compaction runs Igor Canadi 2014-08-28 13:06:28 -0400
  • d5bd6c772b Fix ios compile Igor Canadi 2014-08-28 12:46:05 -0400
  • 6b46f78434 Merge pull request #248 from wankai/master Igor Canadi 2014-08-28 09:42:31 -0400
  • 528a11c635 Update block_builder.h Wankai Zhang 2014-08-28 13:37:10 +0800
  • 536e9973e3 Remove assert in vector rep Igor Canadi 2014-08-27 11:05:41 -0700
  • 4142a3e783 Adding a user comparator for comparing Uint64 slices. Radheshyam Balasundaram 2014-08-27 10:39:31 -0700
  • 1913ce27b9 more concurrent flushes in SpatialDB Igor Canadi 2014-08-27 08:48:31 -0700
  • 808e809366 Adjust SpatialDB column family options Igor Canadi 2014-08-27 07:56:10 -0700
  • 0c39f54dfb Use Vector memtable when bulk loading SpatialDB Igor Canadi 2014-08-26 19:01:36 -0700
  • b6fd7811eb Don't do memtable lookup in db_impl_readonly if memtables are empty while opening db. Radheshyam Balasundaram 2014-08-26 17:19:03 -0700
  • 9dcb75b6d9 Add is-file-deletions-enabled property Stanislau Hlebik 2014-08-26 16:26:29 -0700
  • 1755581f19 improve OptimizeForPointLookup() Lei Jin 2014-08-26 14:15:00 -0700
  • d9c0785812 Fix assertion in PosixRandomAccessFile Igor Canadi 2014-08-26 15:28:36 -0400
  • bda6f3363d fix valgrind error in c_test caused by BlockBasedTableOptions Lei Jin 2014-08-26 09:57:25 -0700
  • 0db6b028e7 Update timeout to 50ms instead of 3. Torrie Fischer 2014-08-26 09:38:45 -0700
  • ff6ec0eb17 Optimize SpatialDB Igor Canadi 2014-08-25 17:50:18 -0700
  • 23861857c4 ReadOptions.total_order_seek to allow total order seek for block-based table when hash index is enabled Lei Jin 2014-08-25 16:14:30 -0700
  • a98badff16 print table options Lei Jin 2014-08-25 14:24:09 -0700
  • 66f62e5c78 JNI changes corresponding to BlockBasedTableOptions migration Lei Jin 2014-08-25 14:22:55 -0700
  • 384400128f move block based table related options BlockBasedTableOptions Lei Jin 2014-08-25 14:22:05 -0700
  • 17b54aea53 Merge pull request #243 from andybons/patch-1 Igor Canadi 2014-08-24 10:54:04 -0400
  • 050869177e Add missing include to use std::unique_ptr Andrew Bonventre 2014-08-23 13:02:21 -0400
  • 42ea795209 Fix concurrency issue in CompactionPicker Igor Canadi 2014-08-22 11:32:40 -0700
  • bb530c0f47 Merge pull request #240 from ShaoYuZhang/master Siying Dong 2014-08-21 18:16:15 -0700
  • f76eda74d6 Fix compilation issue on OSX Shao Yu Zhang 2014-08-21 18:11:33 -0700
  • 08be7f5266 Implement Prepare method in CuckooTableReader Radheshyam Balasundaram 2014-08-20 18:35:35 -0700
  • 47b452cfcf Fix the error of c_test.c Yueh-Hsuan Chiang 2014-08-20 17:05:29 -0700
  • 562b7a1f28 Add missing implementaiton of SanitizeDBOptions in simple_table_db_test.cc Yueh-Hsuan Chiang 2014-08-20 16:33:25 -0700
  • 63a2215c63 Improve Options sanitization and add MmapReadRequired() to TableFactory Yueh-Hsuan Chiang 2014-08-20 15:53:39 -0700
  • e173bf9c19 Eliminate VersionSet memory leak Jonah Cohen 2014-08-20 13:52:03 -0700
  • 10720a5587 Revert the unintended change that DestroyDB() doesn't clean up info logs. sdong 2014-08-20 10:29:32 -0700
  • 01cbdd2aae Optimize storage parameters for spatialDB Igor Canadi 2014-08-20 11:14:01 -0700
  • 045575ad0c Add CuckooHash table format to table_reader_bench sdong 2014-08-19 12:50:13 -0700
  • 7c5173d27f test: db: fix test to have a smaller timeout for when it runs on faster hardware Torrie Fischer 2014-08-19 13:45:12 -0700
  • 6929b08616 Remove BitStream* tests Igor Canadi 2014-08-19 09:52:54 -0400
  • 50b790c6d4 Removing BitStream* functions Igor Canadi 2014-08-19 06:48:21 -0700
  • 162b8151f1 Adding Column Family support in db_bench. Radheshyam Balasundaram 2014-08-18 18:15:01 -0700
  • 28b5c76004 WriteBatchWithIndex: a wrapper of WriteBatch, with a searchable index sdong 2014-08-18 15:19:17 -0700
  • 5585e00279 Update release note of 3.4 sdong 2014-08-18 16:27:08 -0700
  • 343e98a7d1 Reverting import change Naveen 2014-08-18 14:08:10 -0700
  • ddb8039e3a RocksDB static build Make file changes to download and build the dependencies .Load the shared library when RocksDB is initialized Naveen 2014-08-18 14:03:46 -0700
  • 68eed8c9f0 Bump up version sdong 2014-08-18 11:33:23 -0700
  • 36e759d199 Adding Cuckoo Table SST option to db_bench Radheshyam Balasundaram 2014-08-18 11:59:38 -0700
  • a6fd14c881 Fix valgrind error in c_test Igor Canadi 2014-08-18 11:08:51 -0700
  • c7037153c3 attempt to fix auto_roll_logger_test Lei Jin 2014-08-18 10:23:18 -0700
  • c8ecfaedd0 Merge pull request #230 from cockroachdb/spencerkimball/send-user-keys-to-v2-filter Igor Canadi 2014-08-18 11:09:30 -0400
  • 570ba5aca8 Avoid retrying to read property block from a table when it does not exist. Yueh-Hsuan Chiang 2014-08-15 12:17:44 -0700
  • 625b9ef4e0 Merge pull request #234 from bbiao/master Lei Jin 2014-08-14 20:34:48 -0700
  • 59a2763d5c Fix typo huage => huge Jonah Cohen 2014-08-14 17:01:20 -0700
  • f611935e9a Fix autovector iterator increment/decrement comments Jonah Cohen 2014-08-14 14:56:11 -0700
  • 58b0f9d890 Support purging logs from separate log directory sdong 2014-08-14 10:05:16 -0700
  • 2da53b1e06 [Java] Add purgeOldBackups API Yueh-Hsuan Chiang 2014-08-14 10:58:09 -0700
  • 6c4c159b2c fix_sst_dump_for_old_sst_format Feng Zhu 2014-08-14 09:59:41 -0700
  • 8dfe2fdd51 fix compile error under Mac OS X ZHANG Biao 2014-08-14 20:01:01 +0800
  • 58c49466d2 Allow env_posix to lower background thread IO priority Lei Jin 2014-08-13 20:49:58 -0700
  • 6a2be31f14 fix_valgrind_error_caused_in_db_info_dummper Feng Zhu 2014-08-13 17:53:43 -0700
  • e91ebf1399 print compaction_filter name in Options.Dump Lei Jin 2014-08-13 15:58:31 -0700
  • 5a5953b388 Add histogram for DB_SEEK Lei Jin 2014-08-13 15:56:37 -0700
  • 5e642403a9 log db path info before open Feng Zhu 2014-08-13 13:45:13 -0700
  • 0c9dc9f8e0 Remove malloc from FormatFileNumber Stanislau Hlebik 2014-08-13 11:57:40 -0700
  • bcefedeb6d Update HISTORY.md Spencer Kimball 2014-08-13 09:53:32 -0400
  • 48081777f3 Revert "Include candidate files under options.db_log_dir in FindObsoleteFiles()" sdong 2014-08-12 18:14:27 -0700
  • 0138b8eba8 Fixed compile errors (signed / unsigned comparison) in cuckoo_table_db_test on Mac Yueh-Hsuan Chiang 2014-08-12 17:35:09 -0700
  • 1562653ba0 Fixed a signed-unsigned comparison error in db_test Yueh-Hsuan Chiang 2014-08-12 17:26:47 -0700
  • 218857b3f5 remove tailing_iter.h/cc Lei Jin 2014-08-12 17:13:15 -0700
  • 5d0074c471 set bytes_per_sync to 1MB if rate limiter is enabled Lei Jin 2014-08-12 16:42:18 -0700
  • 3fcf7b26b9 Pass parsed user key to prefix extractor in V2 compaction Spencer Kimball 2014-08-12 18:48:28 -0400
  • 2fa643466d Add scope guard Stanislau Hlebik 2014-08-12 12:13:13 -0700
  • 06a52bda64 Flush only one column family Stanislau Hlebik 2014-08-11 22:10:32 -0700
  • 9674c11d01 Integrating Cuckoo Hash SST Table format into RocksDB Radheshyam Balasundaram 2014-08-11 20:21:07 -0700
  • 37c6740c38 make statistics ToString function empty instead of pure virtual Lei Jin 2014-08-11 15:04:41 -0700
  • 18efdba8d5 Merge pull request #228 from miguelportilla/develop Siying Dong 2014-08-11 11:10:23 -0700
  • d3f2ec694f check prefix_size when using hash search in db_bench Feng Zhu 2014-08-11 10:47:52 -0700
  • 93e6b5e9d9 Changes to support unity build: * Script for building the unity.cc file via Makefile * Unity executable Makefile target for testing builds * Source code changes to fix compilation of unity build miguelportilla 2014-08-07 13:05:04 -0400
  • 54153ab07a Include candidate files under options.db_log_dir in FindObsoleteFiles() sdong 2014-08-08 12:03:30 -0700
  • 4632239d13 Need to schedule compactions when manual compaction finishes sdong 2014-08-07 13:19:58 -0700
  • 5e0868147d Fix SIGSEGV in travis Igor Canadi 2014-08-08 10:24:00 -0700
  • 7c88249f51 Fix db_test and DBIter Stanislau Hlebik 2014-08-08 09:44:14 -0700
  • 894a77abdf Fix leak in c_test Igor Canadi 2014-08-07 15:06:52 -0700
  • 323d6e3542 Fix c_test Igor Canadi 2014-08-07 14:29:38 -0400
  • f8d6a2981f Merge pull request #224 from cockroachdb/spencerkimball/compaction-filter-v2-c-bindings Igor Canadi 2014-08-07 14:10:54 -0400
  • 1a1957ba4d Merge pull request #226 from bbiao/master Igor Canadi 2014-08-07 10:40:11 -0400
  • 63d5cc72fa fix various 'comparison of integers of different signs' compiling errors under macosx ZHANG Biao 2014-08-07 17:06:07 +0800
  • 76dcf7eefd Minor: fix a format sdong 2014-08-06 17:46:26 -0700
  • 7abe9655d3 Fix valgrind failure caused by recent checked-in. sdong 2014-08-06 17:37:35 -0700
  • 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of create_compaction_filter_v2_. Spencer Kimball 2014-08-06 18:42:15 -0400
  • c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. Spencer Kimball 2014-08-06 14:06:41 -0400
  • 1242bfcad7 Add DB property "rocksdb.estimate-table-readers-mem" sdong 2014-08-05 11:27:34 -0700
  • 606a126703 Changing implementaiton of CuckooTableBuilder to not take file_size, key_length, value_length. Radheshyam Balasundaram 2014-08-05 20:55:46 -0700