Commit Graph

  • dbdaa4662e Add a stat for MultiGet keys found, update memtable hit/miss stats Anand Ananthabhotla 2018-04-20 15:17:46 -0700
  • c3d1e36cce WritePrepared Txn: enable TryAgain for duplicates at the end of the batch Maysam Yabandeh 2018-04-20 15:13:47 -0700
  • 17e04039dd Propagate fill_cache config to partitioned index iterator Maysam Yabandeh 2018-04-20 15:08:00 -0700
  • dee95a1afc Fix GitHub issue #3716: gcc-8 warnings przemyslaw.skibinski@percona.com 2018-04-20 13:28:05 -0700
  • 8a9c7f71c9 fix compilation error: implicit conversion loses integer precision Zhongyi Xie 2018-04-19 18:51:35 -0700
  • 69faddb32e CMake: Read rocksdb version from version.h header file Paweł Bylica 2018-04-19 17:39:30 -0700
  • e1e826b980 check return status for Sync() and Append() calls to avoid corruption Zhongyi Xie 2018-04-19 14:00:52 -0700
  • ad511684b2 Add block cache related DB properties Yi Wu 2018-04-18 21:35:12 -0700
  • 3cea61392f include thread-pool priority in thread names Andrew Kryczka 2018-04-18 17:25:37 -0700
  • 6d06be22c0 Improve db_stress with transactions Maysam Yabandeh 2018-04-18 16:25:33 -0700
  • 2ee1496c43 Add missing whitespace. Yanqin Jin 2018-04-17 09:41:57 -0700
  • 2c2f388897 db_bench fillXXXdeterministic should respect compression type Yi Wu 2018-04-16 17:56:59 -0700
  • b4f333922a Improve the comment on TableFactory::NewTableReader() Harry Wong 2018-04-16 16:46:22 -0700
  • 5e48811844 Initialize a boolean member variable of a struct. Yanqin Jin 2018-04-16 14:18:51 -0700
  • af95aecd01 use delete[] to dealloc an array Zhongyi Xie 2018-04-15 23:44:08 -0700
  • 954b496b3f fix memory leak in two_level_iterator Zhongyi Xie 2018-04-15 17:19:57 -0700
  • 9fcd82e987 cmake: append rados to THIRDPARTY_LIBS before appending it to LIBS Kefu Chai 2018-04-15 13:14:26 -0700
  • 81d44f2bc5 fix-typo: add missing periods Jingguo Yao 2018-04-15 13:09:26 -0700
  • 28087acd79 Implemented Knuth shuffle to construct permutation for selecting no_o… Amy Tai 2018-04-13 22:10:00 -0700
  • a0102aa6d7 Make database files' permissions configurable Xiaofei Du 2018-04-13 13:05:28 -0700
  • 31ee4bf240 add kEntryRangeDeletion zhangjinpeng1987 2018-04-13 11:13:38 -0700
  • 1f5457ef21 Merge raw and shared pointer log method impls Steven Fackler 2018-04-13 10:58:25 -0700
  • c81b0abedd Improve accuracy of I/O stats collection of external SST ingestion. Yanqin Jin 2018-04-13 10:47:54 -0700
  • 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag David Lai 2018-04-12 17:55:14 -0700
  • d15397ba10 WritePrepared Txn: rollback_merge_operands hack Maysam Yabandeh 2018-04-12 11:52:15 -0700
  • 6f5e6445d9 WritePrepared Txn: fix smallest_prep atomicity issue Maysam Yabandeh 2018-04-11 19:59:25 -0700
  • d42bd041c5 Improve visibility into the reasons for compaction. Yanqin Jin 2018-04-11 10:47:54 -0700
  • 019d7894eb fix calling SetOptions on deprecated options Andrew Kryczka 2018-04-10 18:48:49 -0700
  • d95014b9df fix some text in comments. Yanqin Jin 2018-04-10 15:47:54 -0700
  • 2770a94c42 make MockTimeEnv::current_time_ atomic to fix data race Zhongyi Xie 2018-04-10 14:04:44 -0700
  • 5ec382b918 Fix up backupable_db stack corruption. Dmitri Smirnov 2018-04-09 19:21:46 -0700
  • d2bcd7611f Fix the memory leak with pinned partitioned filters Maysam Yabandeh 2018-04-09 16:17:15 -0700
  • 65fe8d6cd6 Change a comment Gihwan Oh 2018-04-09 13:36:23 -0700
  • 1c27cbfbd1 fix intra-L0 FIFO for uncompressed use case Andrew Kryczka 2018-04-09 13:29:51 -0700
  • f3a1d9e049 fix data race Zhongyi Xie 2018-04-09 12:16:42 -0700
  • bde1c1a72a WritePrepared Txn: add stats Maysam Yabandeh 2018-04-07 21:55:42 -0700
  • eb5a295440 WritePrepared Txn: add write_committed option to dump_wal Maysam Yabandeh 2018-04-07 21:46:53 -0700
  • ca87aef82d Added support for SstFileManager to RocksJava Adam Retter 2018-04-06 21:22:37 -0700
  • 74767deec3 Fix typo Gihwan Oh 2018-04-06 15:35:04 -0700
  • faba3fb53d protect valid backup files when max_valid_backups_to_open is set Andrew Kryczka 2018-04-05 20:58:35 -0700
  • 6571770030 fix shared libary compile on ppc zhsj 2018-04-05 19:52:02 -0700
  • 446b32cfc3 Support for Column family specific paths. Phani Shekhar Mantripragada 2018-04-05 19:49:06 -0700
  • 67182678a5 Stats for false positive rate of full filtesr Maysam Yabandeh 2018-04-05 15:54:24 -0700
  • 685912d07f Clock cache should check if deleter is nullptr before calling it Yi Wu 2018-04-05 11:49:42 -0700
  • 147dfc7bdf Fix pre_release callback argument list. Dmitri Smirnov 2018-04-05 11:05:11 -0700
  • 36a9f22931 Blob DB: blob_dump to show uncompressed values Yi Wu 2018-04-05 11:00:52 -0700
  • c827b2dc2a fix build for rocksdb lite Zhongyi Xie 2018-04-05 09:08:18 -0700
  • 7d9067991e Ttl-triggered and snapshot-release-triggered compactions should not be manual compactions Sagar Vemuri 2018-04-05 06:27:11 -0700
  • 2a62ca1750 Make Optimistic Tx database stackable Dmitri Smirnov 2018-04-03 15:24:23 -0700
  • b058a33705 Reduce default --nooverwritepercent in black-box crash tests Andrew Kryczka 2018-04-03 15:20:30 -0700
  • 12b400e814 Some small improvements to the build_tools Adam Retter 2018-04-02 23:45:39 -0700
  • 04c11b867d Level Compaction with TTL Sagar Vemuri 2018-04-02 21:57:28 -0700
  • df14424410 Fix 3-way SSE4.2 crc32c usage in MSVC with CMake Koby Kahane 2018-04-02 20:39:11 -0700
  • b225de7e10 WritePrepared Txn: smallest_prepare optimization Maysam Yabandeh 2018-04-02 20:19:21 -0700
  • 1579626d0d Enable cancelling manual compactions if they hit the sfm size limit Amy Tai 2018-04-02 19:53:19 -0700
  • 44653c7b7a Revert "Avoid adding tombstones of the same file to RangeDelAggregato… Zhongyi Xie 2018-04-02 19:45:31 -0700
  • 8917eee962 Fixed small typos Adam Retter 2018-04-01 17:04:52 -0700
  • d12112d05e Throw NoSpace instead of IOError when out of space. Fosco Marotto 2018-03-30 15:17:13 -0700
  • d9bfb35d31 Update buckifier and TARGETS Fosco Marotto 2018-03-30 14:23:55 -0700
  • c3eb762bb0 Update 64-bit shift in compression.h Fosco Marotto 2018-03-30 11:16:10 -0700
  • 73f21a7b21 Skip deleted WALs during recovery Maysam Yabandeh 2018-03-30 11:14:41 -0700
  • 89d989ed75 WritePrepared Txn: fix a bug in publishing recoverable state seq Maysam Yabandeh 2018-03-29 14:30:37 -0700
  • 3cb591954e Allow rocksdbjavastatic to also be built as debug build Adam Retter 2018-03-28 16:18:21 -0700
  • 0377ff9dea WritePrepared Txn: make recoverable state visible after flush Maysam Yabandeh 2018-03-28 12:01:09 -0700
  • 1f5def1653 Fix race condition causing double deletion of ssts Yanqin Jin 2018-03-28 10:23:31 -0700
  • 90c542347a Update comments about MergeOperator::AllowSingleOperand Sagar Vemuri 2018-03-27 16:57:32 -0700
  • d687670256 Fix a leak in FilterBlockBuilder when adding prefix Sagar Vemuri 2018-03-27 15:03:20 -0700
  • f9f4d40f93 Align SST file data blocks to avoid spanning multiple pages Anand Ananthabhotla 2018-03-26 20:14:24 -0700
  • 0999e9b79a WritePrepared Txn: Increase commit cache size to 2^23 Maysam Yabandeh 2018-03-26 19:41:58 -0700
  • 35a4469bbf Fix race condition via concurrent FlushWAL Maysam Yabandeh 2018-03-26 16:16:59 -0700
  • 23f9d93f47 Exclude MySQLStyleTransactionTest.TransactionStressTest* from valgrind Sagar Vemuri 2018-03-26 10:25:36 -0700
  • 3e417a6607 WritePrepared Txn: AddPrepared for all sub-batches Maysam Yabandeh 2018-03-23 17:21:47 -0700
  • d382ae7de6 Imporve perf of random read and insert compare by suggesting inlining to the compiler Dmitri Smirnov 2018-03-23 13:16:37 -0700
  • 53d66df0c4 Refactor sync_point to make implementation either customizable or replaceable Dmitri Smirnov 2018-03-23 12:48:45 -0700
  • a993c0139d Add 5.11 and 5.12 to tools/check_format_compatible.sh Sagar Vemuri 2018-03-23 12:39:08 -0700
  • e80709a33a Avoid adding tombstones of the same file to RangeDelAggregator multiple times LingBin 2018-03-23 12:30:26 -0700
  • 7ffce2805b Add Java-API-Changes section to History Sagar Vemuri 2018-03-23 12:13:00 -0700
  • 09b6bf828a InlineSkiplist: don't decode keys unnecessarily during comparisons Radoslaw Zarzynski 2018-03-23 12:12:15 -0700
  • 1cbc96d236 FlushReason improvement Zhongyi Xie 2018-03-22 18:34:04 -0700
  • 82137f0ce8 Add unit test for WAL corruption Andrew Kryczka 2018-03-22 18:25:57 -0700
  • 2e3d407778 Fsync after writing global seq number in ExternalSstFileIngestionJob Sagar Vemuri 2018-03-22 17:34:52 -0700
  • 4d51feab0b Rename function for handling WAL write error Andrew Kryczka 2018-03-22 15:56:52 -0700
  • 118058ba69 SstFileManager: add bytes_max_delete_chunk Siying Dong 2018-03-22 15:42:44 -0700
  • 88c3e26cc0 log value of CompressionOptions::zstd_max_train_bytes Andrew Kryczka 2018-03-22 15:10:53 -0700
  • 620823f88b parse CompressionOptions::zstd_max_train_bytes in options string Andrew Kryczka 2018-03-22 15:09:55 -0700
  • de6cf95a53 Update history for future 5.13 release Fosco Marotto 2018-03-22 14:51:49 -0700
  • 7429b20e39 WritePrepared Txn: fix race condition on publishing seq Maysam Yabandeh 2018-03-22 14:27:44 -0700
  • fa8c050e9f Fixed buffer overrun in BackupEngineImpl::BackupMeta::StoreToFile Rohan Rathi 2018-03-22 14:04:06 -0700
  • 7a6353bd1c Ignore empty filter block when data block is empty Huachao Huang 2018-03-21 22:56:48 -0700
  • 70282cf876 fix behavior does not match name for "IsFileDeletionsEnabled" QingpingWang 2018-03-21 22:07:55 -0700
  • 2ce8f63f81 C API for PerfContext QingpingWang 2018-03-21 22:05:45 -0700
  • d5585bb605 Shared block cache in RocksJava Sagar Vemuri 2018-03-21 18:31:21 -0700
  • f1b7b790c9 BlobDB: Fix BlobDBImpl::GCFileAndUpdateLSM issues Yi Wu 2018-03-21 16:16:05 -0700
  • 8823487ff7 doc: fix a typo Jingguo Yao 2018-03-21 15:50:13 -0700
  • 6383e42362 benchmark.sh to use --max_background_job Siying Dong 2018-03-20 18:43:46 -0700
  • 61785c73ed CloseHandle docs says that the return is non-zero, does not say TRUE(1) Dmitri Smirnov 2018-03-20 18:33:44 -0700
  • 93d52696bf Memory Problem Of Destorying ColumnFamilyHandle after deleting the CF Siying Dong 2018-03-20 17:07:28 -0700
  • d1b26507bd fix db_compaction_test when compression disabled Andrew Kryczka 2018-03-19 12:12:41 -0700
  • ccb761364d Enable compilation on OpenBSD Tobias Tschinkowitz 2018-03-19 12:11:58 -0700
  • 1139422dfb Fix the command used to generate ctags Yanqin Jin 2018-03-18 22:39:18 -0700