Commit Graph

  • fc83821270 Add EventListener::OnTableFileCreated() Yueh-Hsuan Chiang 2015-06-02 14:12:23 -0700
  • 898e803fc5 Add a stats counter for DB_WRITE back which was mistakenly removed. Yueh-Hsuan Chiang 2015-06-02 12:35:12 -0700
  • ac81130fa0 Fix Bug: CompactRange() doesn't change to correct level caused by using wrong level sdong 2015-06-02 09:56:22 -0700
  • ec7a944360 more times in perf_context and iostats_context Mike Kolupaev 2015-06-02 02:07:58 -0700
  • 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() sdong 2015-05-28 13:48:12 -0700
  • d333820bad Removed DBImpl::notifying_events_ Yueh-Hsuan Chiang 2015-06-01 15:32:23 -0700
  • 495ce6018a Fixed compile warning in compact_files_example.cc Yueh-Hsuan Chiang 2015-06-01 14:58:40 -0700
  • 2ecac9f96d add rocksdb::WritableFileWrapper similar to rocksdb::EnvWrapper Mike Kolupaev 2015-06-01 11:22:36 -0700
  • 21cd6b7ad8 C: add support for WriteBatch SliceParts params Reed Allman 2015-05-29 10:11:56 -0700
  • a187e66ad0 Merge pull request #617 from rdallman/wb-merge-sliceparts Igor Canadi 2015-05-31 13:34:34 -0400
  • 16c197627a Fixed db_stress Yueh-Hsuan Chiang 2015-05-30 13:00:23 -0700
  • 4c181f08bc Fix compile on darwin Igor Canadi 2015-05-30 12:25:45 -0400
  • bc7a7a400c fix LITE build agiardullo 2015-05-29 15:22:00 -0700
  • 832271f6b1 Fixed a compile warning in db_stress in NDEBUG mode. Yueh-Hsuan Chiang 2015-05-29 14:51:21 -0700
  • dc9d70de65 Optimistic Transactions agiardullo 2015-05-29 14:36:35 -0700
  • d5a0c0e69b Fixed a compile warning in db_stress Yueh-Hsuan Chiang 2015-05-29 13:36:13 -0700
  • ebfdb3c7f6 Fixed a compile error in ROCKSDB_LITE Yueh-Hsuan Chiang 2015-05-29 13:19:55 -0700
  • 9ffc8ba024 Include EventListener in stress test. Yueh-Hsuan Chiang 2015-05-29 13:17:49 -0700
  • a3da590226 Decrease number of jobs in make release Igor Canadi 2015-05-29 13:39:33 -0400
  • a0635ba3f6 WriteBatch.Merge w/ SliceParts support Reed Allman 2015-05-27 16:59:22 -0700
  • c815351038 Support saving history in memtable_list agiardullo 2015-05-28 16:34:24 -0700
  • ec4ff4e99c Rename EventLoggerHelpers EventHelpers Yueh-Hsuan Chiang 2015-05-28 13:37:47 -0700
  • 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions Yueh-Hsuan Chiang 2015-05-28 13:21:39 -0700
  • 3ab8ffd4dd Compaction now conditionally boosts the size of deletion entries. Yueh-Hsuan Chiang 2015-05-26 14:05:38 -0700
  • a81ac24127 Merge pull request #615 from rdallman/master Igor Canadi 2015-05-26 14:19:31 -0400
  • 6d299b70b8 Fixed a bug in EventLoggerHelpers::LogTableFileCreation Yueh-Hsuan Chiang 2015-05-26 10:55:46 -0700
  • a0580205c8 Removed an unused private variable in db_impl.h Yueh-Hsuan Chiang 2015-05-26 10:46:26 -0700
  • 328ad902ab update an import path to fit in with the rest of the kids Reed Allman 2015-05-22 22:53:18 -0700
  • 9c38ce1d02 C: extra bbto / noop slice transform Reed Allman 2015-05-22 22:34:08 -0700
  • 8d26799fef Merge pull request #614 from arschles/docker Igor Canadi 2015-05-22 19:21:57 -0400
  • 32198343ff fix typo in c_simple_example agiardullo 2015-05-22 16:13:11 -0700
  • 6116ccc232 moving dockerfile to root Aaron Schlesinger 2015-05-22 16:06:53 -0700
  • d90cee9fd3 adding docker build script and dockerfile Aaron Schlesinger 2015-05-22 16:03:39 -0700
  • ea6d3a8ac0 Don't skip last level when calculating compaction stats Igor Canadi 2015-05-22 15:30:43 -0400
  • 5c224d1b70 Fixed two bugs on logging file deletion. Yueh-Hsuan Chiang 2015-05-22 12:10:51 -0700
  • dc81efe415 Change the log-level of DB summary and options from INFO_LEVEL to WARN_LEVEL Yueh-Hsuan Chiang 2015-05-22 11:54:59 -0700
  • 687214f878 Ensure ColumnFamilyOptions.num_levels >= 2 when level compaction is used. Yueh-Hsuan Chiang 2015-05-22 11:35:40 -0700
  • 2abb592688 Avoid logging under mutex in DBImpl::WriteLevel0TableForRecovery(). Yueh-Hsuan Chiang 2015-05-22 11:24:12 -0700
  • 309a9d0760 Run tests sequentally if J=1 Igor Canadi 2015-05-22 09:11:29 -0700
  • 7fee8775a4 Allow EventLogger to directly log from a JSONWriter. Yueh-Hsuan Chiang 2015-05-21 15:39:30 -0700
  • 7a3577519f Don't artificially inflate L0 score Igor Canadi 2015-05-21 11:40:48 -0700
  • 4cb4d546cd Set stats_dump_period_sec to 600 by default Igor Canadi 2015-05-21 14:22:16 -0400
  • e2c1d4b57f [Public API Change] Make DB::GetDbIdentity() be const function. Yueh-Hsuan Chiang 2015-05-21 11:01:48 -0700
  • eaf61ba9f3 Minor text correction Karthikeyan Radhakrishnan 2015-05-21 10:55:58 -0700
  • f16c0b289c Merge pull request #613 from DerekSchenk/DerekSchenk-patch-issue-606 Yueh-Hsuan Chiang 2015-05-21 10:48:48 -0700
  • d1a978ae3d Rename JSONWritter to JSONWriter Yueh-Hsuan Chiang 2015-05-20 12:11:57 -0700
  • 3e08175418 Add LDFLAGS to Java static library DerekSchenk 2015-05-19 23:04:02 -0400
  • 812c461c96 Dump db stats in WARN level Yueh-Hsuan Chiang 2015-05-19 16:38:31 -0700
  • b588505a7f Update HISTORY.md for GetThreadList() update. Yueh-Hsuan Chiang 2015-05-19 18:41:28 -0700
  • 944043d683 Add --wal_bytes_per_sync for db_bench and more IO stats Mark Callaghan 2015-05-19 16:19:30 -0700
  • d5de04d20e Update history for 3.11 Karthikeyan Radhakrishnan 2015-05-19 14:19:11 -0700
  • 08b6b3796e FORCE_GIT_SHA Igor Canadi 2015-05-19 11:45:01 -0700
  • 04feaeebb9 Fix comparison between signed and usigned integers Igor Canadi 2015-05-19 10:59:30 -0700
  • 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files Igor Canadi 2015-05-18 17:03:59 -0700
  • b0fdda4ff0 Allow flushes to run in parallel with manual compaction Igor Canadi 2015-05-18 15:34:33 -0700
  • 74f3832d85 Fixed compile errors due to some gcc does not have std::map::emplace Yueh-Hsuan Chiang 2015-05-18 13:44:31 -0700
  • 0c8017dbae Remove duplicated code stash93 2015-05-18 23:44:52 +0300
  • fb5bdbf987 DBTest.DynamicLevelMaxBytesCompactRange: make sure L0 is not empty before running compact range sdong 2015-05-18 11:47:16 -0700
  • 6fa7085121 CompactRange skips levels 1 to base_level -1 for dynamic level base size sdong 2015-04-14 21:45:20 -0700
  • 3f0867c0fe Allow GetThreadList to report Flush properties. Yueh-Hsuan Chiang 2015-05-15 23:22:22 -0700
  • a66f643e97 Use a better way to initialize ThreadStatus::kNumOperationProperties. Yueh-Hsuan Chiang 2015-05-15 15:55:20 -0700
  • 7413306d94 Take a chance on a random file when choosing compaction Igor Canadi 2015-05-15 14:14:40 -0700
  • 8c52788f0c Use version defined in Makefile in rocksdb_build_git_sha sdong 2015-05-13 14:32:47 -0700
  • 5aad881298 DBTest.DynamicLevelMaxBytesBase2: remove an unnecesary check sdong 2015-05-13 15:26:02 -0700
  • ec43a8b9fb Universal Compaction with multiple levels won't allocate up to output size sdong 2015-05-13 10:29:49 -0700
  • 714fcc067d Make ThreadStatus::InterpretOperationProperties take const uint64_t* Yueh-Hsuan Chiang 2015-05-13 12:26:07 -0700
  • bc68bd5a13 db_bench to support rate limiter sdong 2015-05-12 17:40:27 -0700
  • df1f87a882 Fixed compile error in db/column_family.cc Yueh-Hsuan Chiang 2015-05-12 16:18:58 -0700
  • 14431e971d Fixed a bug in EventListener::OnCompactionCompleted(). Yueh-Hsuan Chiang 2015-05-12 16:10:23 -0700
  • dbd95b7532 Add more table properties to EventLogger Igor Canadi 2015-05-12 15:53:55 -0700
  • b5881762bc Reset parent_index and base_index when picking files marked for compaction Igor Canadi 2015-05-12 11:16:25 -0700
  • 711465ccec API to fetch from both a WriteBatchWithIndex and the db agiardullo 2015-05-11 14:51:51 -0700
  • 3996fff8a1 Fix clang build - add override Igor Canadi 2015-05-09 11:03:36 -0700
  • d978139063 SuggestCompactRange() is manual compaction Igor Canadi 2015-05-08 19:37:02 -0700
  • 2fe24e4b5f Don't treat warnings as error when building rocksdbjavastatic Yueh-Hsuan Chiang 2015-05-08 11:02:47 -0700
  • beda81c538 rm -rf in make clean Igor Canadi 2015-05-07 17:47:19 -0700
  • 50eab9cf30 Fix BackupEngine Igor Canadi 2015-05-07 17:39:19 -0700
  • 962f8ba332 Bump to 3.11 Igor Canadi 2015-05-07 13:26:18 -0700
  • 37bbd31856 Merge pull request #601 from adamretter/jdb-bench Jörg Maier 2015-05-07 08:14:47 +0200
  • 77a5a543a5 Allow GetThreadList() to report basic compaction operation properties. Yueh-Hsuan Chiang 2015-05-06 22:50:35 -0700
  • 65fe1cfbb3 Cleanup CompactionJob Igor Canadi 2015-05-05 19:01:12 -0700
  • df4130ad85 fix crashes in stats and compaction filter for db_ttl_impl Laurent Demailly 2015-05-05 16:54:47 -0700
  • 7ea769487f Fix flakiness in column_family_test Venkatesh Radhakrishnan 2015-05-05 15:59:02 -0700
  • a2c4cc7562 Don't treat warnings as error when building release Igor Canadi 2015-05-05 11:54:13 -0700
  • 9aa011fa36 Optimize GetRange Function Liangjun Feng 2015-05-05 09:57:47 -0700
  • 36a7408896 Fix UNLIKELY parenthesis Igor Canadi 2015-05-05 08:57:34 -0700
  • 9bdbaab94f Update USERS.md Igor Canadi 2015-05-04 15:27:59 -0700
  • 2ab7065af1 build: avoid unused-variable warning Jim Meyering 2015-05-02 13:19:10 -0700
  • 88044340c1 Add Size-GB column to benchmark reports Mark Callaghan 2015-05-02 07:46:12 -0700
  • d2346c2cf0 Fix hang with large write batches and column families. Venkatesh Radhakrishnan 2015-05-01 15:41:50 -0700
  • b6b100fe04 Remove iter_refresh_interval_us Mark Callaghan 2015-05-01 14:17:45 -0700
  • 197f01b7b8 Bugfix remove deprecated option use which was removed in previous commit 019ecd1932 Adam Retter 2015-04-30 23:16:04 +0100
  • aa094e8ea3 Fix conversion from nano-seconds to milli-seconds and seconds Adam Retter 2015-04-30 23:15:33 +0100
  • dddceefe5e Fix clang build Igor Canadi 2015-04-30 11:11:04 -0700
  • d4540654e9 Optimize GetApproximateSizes() to use lesser CPU cycles. krad 2015-04-29 15:36:21 -0700
  • fd96b55402 Making GetOptions() comment better (#597) Igor Canadi 2015-04-30 09:29:51 -0700
  • 7246ad34d0 Don't compact bottommost level in SuggestCompactRange Igor Canadi 2015-04-29 13:35:48 -0700
  • 7f47ba0e26 Fix possible SIGSEGV in CompactRange (github issue #596) Igor Canadi 2015-04-29 10:52:31 -0700
  • aba005c44e Merge pull request #585 from fyrz/RocksJava-RemoveDeprecatedStuff Yueh-Hsuan Chiang 2015-04-28 16:19:40 -0700
  • d6f39c5ae3 Helper function to time Merges agiardullo 2015-04-27 20:23:50 -0700