Commit Graph

  • 558050939f Fix release compile Igor Canadi 2014-06-20 12:02:37 +0200
  • 00b26c3a83 JSONDocument Igor Canadi 2014-06-20 11:14:14 +0200
  • 9fe87b17aa Fix compile Igor Canadi 2014-06-20 10:36:48 +0200
  • d4a8423334 Remove seek compaction Igor Canadi 2014-06-20 10:23:02 +0200
  • 107e08baa7 Use same sorting for all level 0 files Igor Canadi 2014-06-20 09:12:14 +0200
  • 7a9dd5f214 [RocksDB] Make block based table hash index more adaptive Haobo Xu 2014-06-19 15:32:31 -0700
  • 4f5ccfd179 Fixed a potential write hang Yueh-Hsuan Chiang 2014-06-19 14:53:03 -0700
  • bae495740d Merge pull request #179 from edsrzf/c-api-compaction-filter Igor Canadi 2014-06-19 21:22:46 +0200
  • 1ec2d1c69d fix make shared_lib compilation error Lei Jin 2014-06-19 10:12:26 -0700
  • c4e90c79ed bug fix: iteration over ColumnFamilySet needs to be under mutex Lei Jin 2014-06-19 09:31:14 -0700
  • 5363eb8ad4 Add a test for using compaction filters via the C API Evan Shaw 2014-06-19 15:45:26 +1200
  • 167738256f [RocksDB] Fix unit test Haobo Xu 2014-06-19 01:07:49 -0700
  • d72313a7fa Add a way to set compaction filter in the C API Evan Shaw 2014-06-18 14:28:11 +1200
  • df2701373d Support for compaction filters in the C API Evan Shaw 2014-06-18 14:23:47 +1200
  • edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key sdong 2014-06-18 16:36:48 -0700
  • 0f0076ed5a [RocksDB] Reduce memory footprint of the blockbased table hash index. Haobo Xu 2014-06-12 19:03:22 -0700
  • 3525aac9e5 Change order of parameters in adaptive table factory Igor Canadi 2014-06-18 07:04:37 +0200
  • 8c265c08f1 HashLinkList to log distribution of number of entries aross buckets sdong 2014-06-17 15:58:35 -0700
  • 4bff7a8a87 Merge pull request #177 from nanwu/master Yueh-Hsuan Chiang 2014-06-17 15:52:37 -0700
  • b982e65f8b specify the command to install build_tools/mac-install-gflags.sh file in doc nawu 2014-06-17 17:03:21 -0500
  • 200e4b4a72 Add a table factory that can read DB with both of PlainTable and BlockBasedTable in it sdong 2014-06-16 20:06:18 -0700
  • 4f18bfe376 Merge pull request #176 from bgrainger/mutexrw-unlock Igor Canadi 2014-06-17 20:38:06 +0200
  • e6e259b8ab Include max_write_buffer_number >= 2 to SanitizeOptions. Yueh-Hsuan Chiang 2014-06-16 16:26:46 -0700
  • cadc1adffa Refactor: group metadata needed to open an SST file to a separate copyable struct sdong 2014-06-13 15:54:19 -0700
  • 2d02ec6533 Add separate Read/WriteUnlock methods in MutexRW. Bradley Grainger 2014-06-16 15:41:46 -0700
  • 4d913cfbc3 Fix a bug causing LOG is not created when max_log_file_size is set. Yueh-Hsuan Chiang 2014-06-16 10:27:42 -0700
  • 983c93d731 VersionSet::Get(): Bring back the logic of skipping key range check when there are <=3 level 0 files sdong 2014-06-13 15:06:10 -0700
  • a52a4e0952 Update README.md Barnaby 2014-06-13 14:11:10 -0700
  • 9202d9b625 Fix sst_dump for PlainTable sdong 2014-06-12 10:54:57 -0700
  • c83b085770 prefetch bloom filter data block for L0 files Lei Jin 2014-06-12 10:06:18 -0700
  • 578cf84ddf give correct metric name for grep in regression script Lei Jin 2014-06-10 16:32:09 -0700
  • c4b3817d7c fix regression test Lei Jin 2014-06-10 11:24:24 -0700
  • 88a1691a1e BlockBasedTable::PrefixMayMatch() to bloom setting to the beginning of the function sdong 2014-06-10 09:36:59 -0700
  • e2d3101cf1 collect metrics for in memory workload get/seek Lei Jin 2014-06-10 09:59:16 -0700
  • 77db08f27b fix forward iterator bug Lei Jin 2014-06-10 09:57:26 -0700
  • 80f409ea37 Clean PlainTableReader's variables for better data locality sdong 2014-06-09 12:30:19 -0700
  • f43c8262c2 Don't compress block bigger than 2GB Igor Canadi 2014-06-09 12:26:09 -0700
  • ee5a51e6ce sst_dump: still try to print out table properties even if failing to read the file sdong 2014-06-06 17:17:12 -0700
  • 3e701a654f [Java] Improve documentation for RocksEnv and its C++ resource. Yueh-Hsuan Chiang 2014-06-07 17:27:03 -0700
  • 0365eaf12e remove unnecessary printf Igor Canadi 2014-06-06 18:27:44 -0700
  • a0191c9dfe Create Missing Column Families Igor Canadi 2014-06-06 18:04:56 -0700
  • 99d3eed2fd Write Fast-path for single column family Igor Canadi 2014-06-06 17:26:23 -0700
  • e72b02e3c2 [Java] Add basic Java binding for rocksdb::Env. Yueh-Hsuan Chiang 2014-06-05 17:09:25 -0700
  • b92a19a431 sst_dump: Set dummy prefix extractor for binary search index in block based table sdong 2014-06-05 15:12:32 -0700
  • 5d870717ae Correctly preallocate files in universal compaction Igor Canadi 2014-06-05 13:19:35 -0700
  • 166cc5b456 Merge pull request #157 from ankgup87/master Yueh-Hsuan Chiang 2014-06-05 09:24:55 -0700
  • 1a6c1a5ddd Fix build Ankit Gupta 2014-06-05 13:34:38 +0100
  • 2fa0a993b8 Fix build Ankit Gupta 2014-06-05 13:25:08 +0100
  • 08314321fa Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-06-05 13:17:53 +0100
  • 457bae6911 Fix regression test Igor Canadi 2014-06-04 09:59:44 -0700
  • 552c49f0f4 Remove upper bound for rate limiting unit test Igor Canadi 2014-06-03 13:58:44 -0700
  • fd27001072 Fix compile errors on Mac Igor Canadi 2014-06-03 12:28:58 -0700
  • df9069d23f In DB::NewIterator(), try to allocate the whole iterator tree in an arena sdong 2014-06-02 16:38:00 -0700
  • 462796697c dynamic_bloom: replace some divide (remainder) operations with shifts in locality mode, and other improvements sdong 2014-06-02 16:52:29 -0700
  • 91ddd587cc Only signal cond variable if need to Igor Canadi 2014-06-02 17:23:55 -0700
  • 8cb7ad83c3 Flush stale column families less aggressively Igor Canadi 2014-06-02 15:33:54 -0700
  • 593bb2c40b db_stress to add an option to periodically change background thread pool size. sdong 2014-06-02 10:12:41 -0700
  • 388d2054c7 forward iterator Lei Jin 2014-05-30 14:31:55 -0700
  • f29c62fc6f add an iterator refresh option for SeekRandom Lei Jin 2014-05-30 14:09:22 -0700
  • fa1b62cabd Merge remote-tracking branch 'upstream/master' Ankit Gupta 2014-05-29 18:33:11 -0700
  • 9899b12780 ThreadID printed when Thread terminating in the same format as posix_logger sdong 2014-05-29 10:57:22 -0700
  • ab3e566699 [Java] Generalize dis-own native handle and refine dispose framework. Yueh-Hsuan Chiang 2014-05-28 18:16:29 -0700
  • 663627abf3 Merge pull request #153 from bpot/fix_jni_segfault Yueh-Hsuan Chiang 2014-05-27 14:07:22 -0700
  • 8e41e54e1b [Java] Makes DbBenchmark takes 0 and 1 as boolean values. Yueh-Hsuan Chiang 2014-05-27 13:52:44 -0700
  • 84cbafa5ce Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-05-27 13:04:16 -0700
  • 05dd018353 BackupableDB: don't keep a reference to the RocksDB object now that we have disOwnNativeObject Bob Potter 2014-05-27 13:54:02 -0500
  • f068d2a94d Move master version to 3.2 Igor Canadi 2014-05-23 10:27:56 -0700
  • 3a1cf1281b Run FIFO compaction as part of db_crashtest2.py Igor Canadi 2014-05-22 10:24:24 -0700
  • 5fe176d8f6 Java Bindings: prevent segfault from double delete Bob Potter 2014-05-20 18:52:27 -0500
  • 1fd4654de5 Update HISTORY.md Igor Canadi 2014-05-21 15:25:05 -0700
  • 6de6a06631 FIFO compaction style Igor Canadi 2014-05-21 11:43:35 -0700
  • 220132b65e Merge pull request #156 from Chilledheart/print_pthread_info Igor Canadi 2014-05-21 10:26:09 -0700
  • 81b498bc15 Print pthread_t in a more safe way Chilledheart 2014-05-22 01:24:42 +0800
  • 62d2b92075 Merge pull request #154 from mrsqueeze/master Igor Canadi 2014-05-21 09:25:43 -0700
  • 260842a7f8 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-05-21 07:59:50 -0700
  • d271cc5b4e Treat negative values as no limit Ankit Gupta 2014-05-21 07:54:22 -0700
  • 591f71285c cleanup exception text Mike Orr 2014-05-21 07:54:22 -0400
  • d788bb8f71 - hdfs cleanup; fix to NewDirectory to comply with definition in env.h - fix compile error with env_test; static casts added Mike Orr 2014-05-21 07:50:37 -0400
  • f725e4fe1f Make RateLimiting unit test less flakey Igor Canadi 2014-05-20 17:09:38 -0700
  • b2cf95fe38 Call EnableFileDeletions with false as argument Igor Canadi 2014-05-20 14:28:51 -0700
  • c2fda55cfe hdfs cleanup and compile test against CDH 4.4. Mike Orr 2014-05-20 17:22:12 -0400
  • bd1105aa5a Print out thread ID while thread terminates for decreased pool size. sdong 2014-05-19 14:25:11 -0700
  • 3df07d1703 ThreadPool to allow decrease number of threads and increase of number of threads is to be instantly scheduled sdong 2014-05-19 10:40:18 -0700
  • 5a1b41cee1 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-05-18 22:41:00 -0700
  • e87973cde1 Removing code from portal.h for setting handle of RestoreOptions and RestoreBackupableDB Ankit Gupta 2014-05-18 22:40:48 -0700
  • 1e560459b9 Add .swp to gitignore Igor Canadi 2014-05-16 13:17:29 -0700
  • a0e9ee5965 Add rapidjson to RocksDB Igor Canadi 2014-05-15 16:07:05 -0700
  • 0b3d03d026 Materialize the hash index Kai Liu 2014-05-15 14:09:03 -0700
  • 4e0602f941 Remove maximum key_size check in db_bench sdong 2014-05-14 08:53:09 -0700
  • f3ec191fc5 Add build status to README.md Igor Canadi 2014-05-15 10:16:58 -0700
  • 2ca7a9886d Merge pull request #150 from Chilledheart/master Igor Canadi 2014-05-15 00:20:34 -0700
  • fa16ef394c Fix errors while building with clang Chilledheart 2014-05-15 12:31:03 +0800
  • c07c9606ed Expose Status::code() Igor Canadi 2014-05-14 16:23:40 -0700
  • cdc53dc120 Turn off travis notifications Igor Canadi 2014-05-14 16:08:02 -0700
  • 52783c793c declare kInline size in arena.cc Igor Canadi 2014-05-14 12:40:49 -0700
  • a490d2d3a0 Revert "Define kInlineSize in .cc file instead of header" Igor Canadi 2014-05-14 12:36:21 -0700
  • 35a8873aa6 Define kInlineSize in .cc file instead of header Igor Canadi 2014-05-14 12:29:46 -0700
  • eea73226e9 Improve EnvHdfs Igor Canadi 2014-05-14 12:14:18 -0700
  • f4574449e9 Clean up compaction logging Igor Canadi 2014-05-14 12:13:50 -0700
  • 3e4a9ec241 Arena to inline 2KB of data in it. sdong 2014-05-09 11:01:54 -0700