Commit Graph

  • a062e1f2c4 SetOptions() for memtable related options Lei Jin 2014-09-17 12:49:13 -0700
  • e4eca6a1e5 Options conversion function for convenience Lei Jin 2014-09-17 12:46:32 -0700
  • a7c2094526 Merge pull request #292 from saghmrossi/master Igor Canadi 2014-09-17 12:43:39 -0700
  • 4d0523452a Merge branch 'master' of github.com:saghmrossi/rocksdb Saghm Rossi 2014-09-17 15:38:43 -0400
  • 60a4aa175e Test use_mmap_reads Igor Canadi 2014-09-17 12:31:53 -0700
  • 94e43a1dfe [Java] Fixed 32-bit overflowing issue when converting jlong to size_t Yueh-Hsuan Chiang 2014-09-17 12:30:06 -0700
  • f9eaaa66e6 added include for inttypes.h to fix nonworking printf statements Saghm Rossi 2014-09-17 15:15:53 -0400
  • f090575e43 Replaced "built on on earlier work" by "built on earlier work" in README.md Yueh-Hsuan Chiang 2014-09-17 01:16:17 -0700
  • faad439ac4 Fix #284 Igor Canadi 2014-09-16 10:30:32 -0700
  • 49aacd8d2b Fix make install Igor Canadi 2014-09-15 15:30:17 -0700
  • acb9348ff3 [Java] Include WriteBatch into RocksDBSample.java, fix how DbBenchmark.java handles WriteBatch. Yueh-Hsuan Chiang 2014-09-15 12:34:12 -0700
  • 4a27a2f193 Don't sync manifest when disableDataSync = true Igor Canadi 2014-09-15 11:32:01 -0700
  • 9b8480d93b Merge pull request #287 from yinqiwen/rate-limiter-crash-fix Igor Canadi 2014-09-15 10:00:07 -0700
  • 28be16b1dc fix rate limiter crash #286 yinqiwen 2014-09-15 20:43:38 +0800
  • 04ce1b25f3 Fix #284 Igor Canadi 2014-09-13 14:06:22 -0700
  • add22e3515 standardize scripts to run RocksDB benchmarks Lei Jin 2014-09-12 16:25:35 -0700
  • dee91c259d WriteThread Igor Canadi 2014-09-12 16:23:58 -0700
  • 540a257f2c Fix WAL synced Igor Canadi 2014-09-12 16:15:29 -0700
  • 24f034bf49 Merge pull request #282 from Chilledheart/develop Igor Canadi 2014-09-12 14:37:45 -0700
  • 49fe329e5e Fix build issue under macosx Chilledheart 2014-09-13 05:05:07 +0800
  • ebb5c65e60 Add make install Yueh-Hsuan Chiang 2014-09-11 20:41:02 -0700
  • 0352a9fa91 add_wrapped_bloom_test Feng Zhu 2014-09-11 16:33:46 -0700
  • 9c0e66ce98 Don't run background jobs (flush, compactions) when bg_error_ is set Igor Canadi 2014-09-11 16:24:16 -0700
  • a9639bda84 Fix valgrind test Igor Canadi 2014-09-11 15:36:30 -0700
  • d1f24dc7ee Relax FlushSchedule test Igor Canadi 2014-09-10 19:14:17 -0700
  • 3d9e6f7759 Push model for flushing memtables Igor Canadi 2014-09-10 18:46:09 -0700
  • 059e584dd3 [unit test] CompactRange should fail if we don't have space Igor Canadi 2014-09-10 17:00:00 -0700
  • dd641b2117 fix RocksDB java build Lei Jin 2014-09-10 12:00:32 -0700
  • 53404d9fb7 add_qps_info_in cache bench Feng Zhu 2014-09-10 09:46:56 -0700
  • a52cecb56c Fix Mac compile Igor Canadi 2014-09-09 18:42:35 -0700
  • 092f97e219 Fix comments and typos Jonah Cohen 2014-09-09 15:20:49 -0700
  • 6cc12860f0 Added a few statistics for BackupableDB Xiaozheng Tie 2014-09-09 13:44:42 -0700
  • 0a42295a24 Fix SimpleWriteTimeoutTest Igor Canadi 2014-09-09 11:50:05 -0700
  • 06d986252a Always pass MergeContext as pointer, not reference sdong 2014-09-08 17:45:06 -0700
  • d343c3fe46 Improve db recovery Stanislau Hlebik 2014-09-09 11:18:50 -0700
  • 6bb7e3ef25 Merger test Igor Canadi 2014-09-08 22:24:40 -0700
  • 88841bd007 Explicitly cast char to signed char in Hash() Igor Canadi 2014-09-08 18:57:40 -0700
  • 52311463e9 MemTableOptions Lei Jin 2014-09-08 18:46:52 -0700
  • 1d284db213 Addressing review comments Naveen 2014-09-08 17:44:52 -0700
  • 55114e7f40 Some updates for SpatialDB Igor Canadi 2014-09-08 17:00:43 -0700
  • 171d4ff4a2 remove TailingIterator reference in db_impl.h Lei Jin 2014-09-08 15:39:53 -0700
  • 9b0f7ffa1c rename version_set options_ to db_options_ to avoid confusion Lei Jin 2014-09-08 15:25:01 -0700
  • 2d57828d0e Check stop level trigger-0 before slowdown level-0 trigger Igor Canadi 2014-09-08 15:23:58 -0700
  • 659d2d50c3 move compaction_filter to immutable_options Lei Jin 2014-09-08 15:09:25 -0700
  • 048560a642 reduce references to cfd->options() in DBImpl Lei Jin 2014-09-08 15:04:34 -0700
  • 011241bb99 DB::Flush() Do not wait for background threads when there is nothing in mem table sdong 2014-09-05 12:01:01 -0700
  • a2bb7c3c33 Push- instead of pull-model for managing Write stalls Igor Canadi 2014-09-08 11:20:25 -0700
  • 0af157f9bf Implement full filter for block based table. Feng Zhu 2014-09-08 10:37:05 -0700
  • 9360cc690e Fix valgrind issue Igor Canadi 2014-09-08 08:01:25 -0700
  • 02d5bff393 Merge pull request #277 from wankai/master Igor Canadi 2014-09-08 07:48:58 -0700
  • 88a2f44f99 fix comments wankai 2014-09-08 16:34:04 +0800
  • 7c16e39228 Merge pull request #276 from wankai/master Igor Canadi 2014-09-07 22:41:21 -0700
  • 823773837b replace hard-coded number with named variable wankai 2014-09-08 11:10:17 +0800
  • db8ca520b2 Merge pull request #273 from nbougalis/static-analysis Igor Canadi 2014-09-06 14:14:59 -0700
  • b7b031f428 Merge pull request #274 from wankai/master Igor Canadi 2014-09-06 13:53:42 -0700
  • 4c2b1f097b Merge remote-tracking branch 'upstream/master' wankai 2014-09-06 23:23:11 +0800
  • a5d2863074 typo improvement wankai 2014-09-06 23:21:26 +0800
  • 9f8aa09395 Don't leak data returned by opendir Nik Bougalis 2014-09-05 20:47:57 -0700
  • d1cfb71ec7 Remove unused member(s) Nik Bougalis 2014-09-05 20:47:10 -0700
  • bfee319fb0 sizeof(int*) where sizeof(int) was intended Nik Bougalis 2014-09-05 16:07:14 -0700
  • d40c1f742f Add missing break statement Nik Bougalis 2014-09-05 14:14:30 -0700
  • 2e97c38980 Avoid off-by-one error when using readlink Nik Bougalis 2014-09-04 23:11:28 -0700
  • 40ddc3d6c4 add cache bench Feng Zhu 2014-09-05 15:55:43 -0700
  • 9f1c80b556 Drop column family from write thread Igor Canadi 2014-09-05 15:20:05 -0700
  • 8de151bb99 Add db_bench with lots of column families to regression tests Igor Canadi 2014-09-05 14:20:18 -0700
  • c9e419ccb6 rename options_ to db_options_ in DBImpl to avoid confusion Lei Jin 2014-09-05 11:48:17 -0700
  • 5cd0576ffe Fix compaction bug in Cuckoo Table Builder. Use kvs_.size() instead of num_entries in FileSize() method. Radheshyam Balasundaram 2014-09-05 11:18:01 -0700
  • 0fbb3facc0 fixed memory leak in unit test DBIteratorBoundTest Raghav Pisolkar 2014-09-05 00:47:54 -0700
  • adcd2532ca fix asan check Lei Jin 2014-09-05 09:53:04 -0700
  • 4092b7a0bd Merge pull request #272 from project-zerus/patch-1 Igor Canadi 2014-09-04 23:25:25 -0700
  • bb6ae0f80c fix more compile warnings liuhuahang 2014-09-05 14:14:37 +0800
  • 6d31441181 Merge pull request #271 from nbougalis/cleanups Igor Canadi 2014-09-04 21:46:55 -0700
  • 0cd0ec4fe0 Plug memory leak during index creation Nik Bougalis 2014-09-04 20:52:00 -0700
  • 4329d74e05 Fix swapped variable names to accurately reflect usage Nik Bougalis 2014-09-04 20:09:45 -0700
  • 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator Stanislau Hlebik 2014-09-04 17:40:41 -0700
  • 5665e5e285 introduce ImmutableOptions Lei Jin 2014-09-04 16:18:36 -0700
  • e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' Raghav Pisolkar 2014-09-04 10:48:24 -0700
  • 51ea889002 Fix travis builds Igor Canadi 2014-09-04 10:23:45 -0700
  • a4816269f1 Relax backupable rate limiting test Igor Canadi 2014-09-04 10:22:28 -0700
  • f7f973d354 Merge pull request #269 from huahang/patch-2 Igor Canadi 2014-09-04 09:43:00 -0700
  • ef5b384729 fix a few compile warnings liuhuahang 2014-09-04 22:04:37 +0800
  • 2fd3806c88 Merge pull request #263 from wankai/master Igor Canadi 2014-09-03 18:17:37 -0700
  • 1785114a6f delete unused Comparator wankai 2014-09-04 09:10:13 +0800
  • 1b1d9619ff update HISTORY.md Lei Jin 2014-09-03 17:03:30 -0700
  • 703c3eacd9 comments about the BlockBasedTableOptions migration in Options Lei Jin 2014-09-03 17:01:34 -0700
  • 4b5ad88658 Merge pull request #260 from wankai/master Igor Canadi 2014-09-03 10:13:16 -0700
  • 19cc588b77 change to filter_block std::unique_ptr support RAII wankai 2014-09-04 00:44:49 +0800
  • 9b976e34f5 Merge pull request #259 from wankai/master Igor Canadi 2014-09-03 08:42:25 -0700
  • 5d25a46936 Merge remote-tracking branch 'upstream/master' wankai 2014-09-03 21:57:13 +0800
  • 9b58c73c7c call SanitizeDBOptionsByCFOptions() in the right place Lei Jin 2014-09-02 14:42:23 -0700
  • a84234a61b Ignore missing column families Igor Canadi 2014-09-02 13:29:05 -0700
  • 8ed70fc209 add assert to db Put in db_stress test Feng Zhu 2014-09-02 13:21:59 -0700
  • 7f19bb93c6 Merge pull request #242 from tdfischer/perf-timer-destructors Igor Canadi 2014-09-02 13:06:40 -0700
  • 8438a19360 fix dropping column family bug Feng Zhu 2014-09-02 12:25:58 -0700
  • 6614a48418 Refactor PerfStepTimer to stop on destruct Torrie Fischer 2014-08-22 15:28:58 -0700
  • 076bd01a29 Fix compile Igor Canadi 2014-09-02 11:49:38 -0700
  • 990df99a61 Fix ios compile Igor Canadi 2014-09-02 10:50:15 -0700
  • 7dcadb1d37 Don't let flush preempt compaction in certain cases Igor Canadi 2014-09-02 08:34:54 -0700
  • dff2b1a8f8 typo improvement Wankai Zhang 2014-09-01 22:54:10 +0800
  • 985a31cf0e Merge pull request #251 from nbougalis/master Igor Canadi 2014-08-31 16:05:06 -0400