Commit Graph

  • a6d3c762df WritePrepared Txn: non-2pc write in one round Maysam Yabandeh 2017-12-18 08:03:18 -0800
  • fccc12f386 Add a histogram stat for memtable flush Anand Ananthabhotla 2017-12-15 18:45:38 -0800
  • 95583e1532 db_stress: skip snapshot check if cf is dropped Maysam Yabandeh 2017-12-15 16:15:58 -0800
  • 237b292515 BlobDB: Remove the need to get sequence number per write Yi Wu 2017-12-15 13:18:32 -0800
  • a79c7c05e8 fix backup meta-file buffer overrun Andrew Kryczka 2017-12-15 12:22:13 -0800
  • 5a7e08468a fix ThreadStatus for bottom-pri compaction threads Andrew Kryczka 2017-12-14 14:41:59 -0800
  • b4d88d7128 Fix the build with MSVC 2017 Orvid King 2017-12-14 11:57:11 -0800
  • def6a00740 Print out compression type of new SST files in logging Siying Dong 2017-12-14 10:18:01 -0800
  • 6b77c07379 NUMBER_BLOCK_COMPRESSED, etc, shouldn't be treated as timer counter Siying Dong 2017-12-14 10:17:22 -0800
  • cd2e5cae7f WritePrepared Txn: make db_stress transactional Maysam Yabandeh 2017-12-13 11:51:12 -0800
  • 546a63272f disableWAL with WriteImplWALOnly Maysam Yabandeh 2017-12-13 07:55:02 -0800
  • 35dfbd58dd WritePrepared Txn: GC old_commit_map_ Maysam Yabandeh 2017-12-13 07:52:02 -0800
  • 51c2ea0feb Reduce heavy hitter for Get operation Zhongyi Xie 2017-12-12 21:06:26 -0800
  • 9089373a01 Fix DeleteScheduler::MarkAsTrash() handling existing trash Islam AbdelRahman 2017-12-12 18:15:15 -0800
  • 7393ef779c Fix BlockFetcher ASAN error Yi Wu 2017-12-12 12:08:52 -0800
  • 4bcb7fb148 Update transaction_test_util.cc Souvik Banerjee 2017-12-12 12:07:35 -0800
  • e3a06f12d2 WritePrepared Txn: fix compaction filter snapshot checks Yi Wu 2017-12-12 11:02:07 -0800
  • a9c8d4ef15 Fix memory issue introduced by 2f1a3a4d74 Siying Dong 2017-12-11 18:14:12 -0800
  • bb5ed4b1d1 exclude DynamicUniversalCompactionOptions from ROCKSDB_LITE Zhongyi Xie 2017-12-11 16:14:05 -0800
  • 0d5692e02b Switch version to 5.10 Siying Dong 2017-12-11 15:34:51 -0800
  • 2f1a3a4d74 Refactor ReadBlockContents() Siying Dong 2017-12-11 15:16:37 -0800
  • 9a27ac5d89 Fix drop column family data race Yi Wu 2017-12-11 13:46:57 -0800
  • fcc8a6574d Make Universal compaction options dynamic Zhongyi Xie 2017-12-11 13:12:12 -0800
  • 250a51a3f9 BlobDB: refactor DB open logic Yi Wu 2017-12-11 12:01:22 -0800
  • 6a183d1ae8 Fix coverity issues compaction_job, compaction_picker Prashant D 2017-12-11 11:48:47 -0800
  • e3814a8608 revert fbcode build behavior Andrew Kryczka 2017-12-07 16:09:25 -0800
  • fe608e32ab Fix a race condition in WindowsThread (port::Thread) Dmitri Smirnov 2017-12-07 13:41:35 -0800
  • 34aa245dd8 Fix coverity issues version, write_batch Prashant D 2017-12-07 11:52:12 -0800
  • baff91c1ad table: Fix coverity issues Prashant D 2017-12-07 11:50:49 -0800
  • 2e3a00987e fix ASAN for DeleteFilesInRange test case Andrew Kryczka 2017-12-07 11:07:44 -0800
  • e1c569c324 Fix clang-analyzer false-positive on ldb_cmd.cc Yi Wu 2017-12-06 22:54:11 -0800
  • bbef8c3884 Log GetCurrentTime failures during Flush and Compaction Sagar Vemuri 2017-12-06 20:43:52 -0800
  • d51fcb21f4 Blob DB: Add db_bench options Sagar Vemuri 2017-12-06 20:40:46 -0800
  • 53a516ab58 update history for recent commits Andrew Kryczka 2017-12-06 19:46:44 -0800
  • 78d1a5ec72 Preserve overlapping file endpoint invariant Andrew Kryczka 2017-12-06 18:49:26 -0800
  • a7d32776f0 Fix write_callback_test compile error Yi Wu 2017-12-06 17:04:32 -0800
  • 7f04af32a5 ldb to allow db with --try_load_options and without an options file Yi Wu 2017-12-06 16:38:49 -0800
  • b5798bd324 Add missing recent versions to format compatible test Yi Wu 2017-12-06 15:56:37 -0800
  • 20995c5729 Make iterator invalid on Merge error Yi Wu 2017-12-06 11:54:45 -0800
  • 36911f55dd WritePrepared Txn: stress test Maysam Yabandeh 2017-12-06 09:32:09 -0800
  • 1b0c58d7e7 Add Code of Conduct Flarnie Marchan 2017-12-05 18:41:08 -0800
  • a37d734596 Add ROCKSDB_DISABLE_* environment variables Adam Novak 2017-12-05 15:05:41 -0800
  • 4634c735a8 Update DBOptions::IncreaseParallelism to use newer background settings Alex Robinson 2017-12-04 01:53:49 -0800
  • 57056bb606 gflags in cmake on linux Andrew Kryczka 2017-12-01 18:26:15 -0800
  • 63f1c0a57d fix gflags namespace Andrew Kryczka 2017-12-01 10:40:45 -0800
  • 18dcf7f98d WritePrepared Txn: PreReleaseCallback Maysam Yabandeh 2017-11-30 23:39:56 -0800
  • 3e40a5e832 add missing config checks to CMakeLists.txt Nikhil Benesch 2017-11-30 22:37:19 -0800
  • fad14050ae Remove `import` use from TARGETS Andres Suarez 2017-11-30 15:22:41 -0800
  • 54095d3389 TARGETS file not include tests in opt mode Yi Wu 2017-11-30 10:40:39 -0800
  • ffacaaa3ea fix Seek with lower_bound zhangjinpeng1987 2017-11-29 22:48:55 -0800
  • ed3af9ef99 improve ldb CLI option support Andrew Kryczka 2017-11-28 17:20:47 -0800
  • c85f8ccca3 convert null terminator in ascii dump Andrew Kryczka 2017-11-28 17:20:21 -0800
  • c1ed005a21 tools: Fix coverity issues Prashant D 2017-11-28 15:15:16 -0800
  • 81cf262ff5 utilities/backupable : Fix coverity issues Prashant D 2017-11-28 14:31:46 -0800
  • 75d57a5d53 C API: Add some block based table options kapitan-k 2017-11-28 14:09:17 -0800
  • b45fbc1175 utilities: Fix coverity issues Prashant D 2017-11-28 13:15:20 -0800
  • 7b57510a17 utilities: Fix coverity issues in blob_db and col_buf_decoder Prashant D 2017-11-28 12:17:11 -0800
  • cf0d6aa007 CMake cross platform Java support and add JNI to travis Tamir Duberstein 2017-11-28 12:13:20 -0800
  • 78279350aa Blob DB: Add statistics Yi Wu 2017-11-28 11:42:28 -0800
  • 3cf562be31 Fix IOError on WAL write doesn't propagate to write group follower Yi Wu 2017-11-28 11:40:40 -0800
  • 1bdb44de95 optimize file ingestion checks for range deletion overlap Andrew Kryczka 2017-11-28 11:18:42 -0800
  • 022c598abb Fix minor typo in comment Jeffrey Dallatezza 2017-11-28 11:15:34 -0800
  • 4b65cfc723 Support for block_cache num_shards and other config via option string. Phani Shekhar Mantripragada 2017-11-28 10:35:17 -0800
  • 2f09524762 Expose all remaining read and write options via the C API Griffin Smith 2017-11-28 10:24:23 -0800
  • b72b3c6f51 WritePrepared Txn: Add MultiGet to DB Maysam Yabandeh 2017-11-27 08:49:30 -0800
  • f0dde49cda Blob DB: Fix GC handling for inlined blob Yi Wu 2017-11-24 11:50:42 -0800
  • e59cb2a19b Add seq_per_batch to WriteWithCallbackTest Maysam Yabandeh 2017-11-22 13:52:56 -0800
  • 5fac4729cc make compaction_readahead_size_ thread safe Zhongyi Xie 2017-11-21 20:06:55 -0800
  • fe187e7e6c Add Elixir to the list of language bindings Griffin Smith 2017-11-21 10:11:26 -0800
  • 8954f830a0 Blob DB: db_bench flag to control BlobDB's garbage collection Sagar Vemuri 2017-11-20 23:19:46 -0800
  • d394a6bb48 Add a ticker stat for number of keys skipped during iteration anand1976 2017-11-20 21:12:55 -0800
  • 578f36e431 Blob DB: Remove some redundant log lines Sagar Vemuri 2017-11-20 21:06:30 -0800
  • a6c6b8b38c Revert "No need for Restart Interval for meta blocks" Zhongyi Xie 2017-11-20 16:31:04 -0800
  • 30285ee31c Fix calculating filter partition target size Maysam Yabandeh 2017-11-20 13:16:04 -0800
  • 0996e140bd Added ProfaneDB Giorgio Azzinnaro 2017-11-19 09:59:38 -0800
  • 0213990b3a Move static variables out of the header file Maysam Yabandeh 2017-11-17 17:02:13 -0800
  • 2d04ed65e4 Make trash-to-DB size ratio limit configurable Gustav Davidsson 2017-11-17 11:56:41 -0800
  • 32e31d49d1 Make DBOption compaction_readahead_size dynamic Zhongyi Xie 2017-11-16 17:46:43 -0800
  • e27f60b1c8 distinguish kZSTDNotFinalCompression in compression string Andrew Kryczka 2017-11-15 19:30:35 -0800
  • dd49f89466 Fix TARGETS lint warnings. Yi Wu 2017-11-15 14:13:39 -0800
  • bbcd3b0bd2 Suppress valgrind "unimplemented functionality" error Yi Wu 2017-11-15 14:13:03 -0800
  • 54b43563be WritePrepared Txn: Refactoring WriteCallback Maysam Yabandeh 2017-11-15 08:22:54 -0800
  • 53863b76f9 WritePrepared Txn: fix bug with Rollback seq Maysam Yabandeh 2017-11-15 08:19:57 -0800
  • 175d5d6a9e Properly destruct rebuilding_trx_ Maysam Yabandeh 2017-11-14 08:42:14 -0800
  • 9871ea4357 Regression test build binaries with PORTABLE=1 Yi Wu 2017-11-13 21:14:21 -0800
  • 42564ada53 Blob DB: not using PinnableSlice move assignment Yi Wu 2017-11-13 18:03:57 -0800
  • 2515266725 WritePrepared Txn: Refactoring TrackKeys Maysam Yabandeh 2017-11-11 13:08:22 -0800
  • 2edc92bc28 WritePrepared Txn: cross-compatibility test Maysam Yabandeh 2017-11-11 11:23:43 -0800
  • 857adf388f WritePrepared Txn: Refactor conf params Maysam Yabandeh 2017-11-10 17:18:01 -0800
  • 07c2738ffa prefer enabling cpu features via -march/-mcpu Andrew Kryczka 2017-11-10 16:53:02 -0800
  • f8e2db0717 Fix crashes, address test issues and adjust windows test script Dmitri Smirnov 2017-11-10 10:27:35 -0800
  • eefd75a228 Stream Shaohua Li 2017-11-10 09:25:26 -0800
  • f1c5eaba56 updated c ingestexternalfileoptions for ingest behind kapitan-k 2017-11-09 18:06:50 -0800
  • 93f69cb93a use bottommost compression when base level is bottommost Andrew Kryczka 2017-11-09 17:33:01 -0800
  • 5e9e5a4702 Blob DB: Fix race condition between flush and write Yi Wu 2017-11-08 19:33:12 -0800
  • ca75f0a64a Blob DB: Fix release build Yi Wu 2017-11-08 13:08:15 -0800
  • 4f9f124347 Blob DB: use compression in file header instead of global options Yi Wu 2017-11-07 17:40:44 -0800
  • 114896c4e0 db_bench compression options Andrew Kryczka 2017-11-07 13:49:35 -0800
  • 65c95d9c59 support db_bench compact benchmark on bottommost files Andrew Kryczka 2017-11-07 10:42:47 -0800
  • e03377c7fd Add lock wait time as a perf context counter Manuel Ung 2017-11-06 10:52:17 -0800