Commit Graph

  • f2b0514d44 Fix FilterPolicy Serialization and test Jay Huh 2024-11-15 13:55:06 -0800
  • e937f3a1b7 Fix unused in release Peter Dillinger 2024-11-15 08:41:30 -0800
  • 0d409b91ca Configure “don’t buffer this put” cutoff size Alan Paxton 2024-11-13 12:44:53 +0000
  • b4cfcb8185 Daft bug in benchmark for byte[] write batch Alan Paxton 2024-11-13 11:00:46 +0000
  • d36026e089 Revise write batch jmh operations Alan Paxton 2024-11-13 09:18:06 +0000
  • ebbdbb7448 words Alan Paxton 2024-11-12 16:51:51 +0000
  • 135382ac02 More JNI write batch performance fixes Alan Paxton 2024-11-12 16:45:57 +0000
  • eacfed7bc3 2 performance fixes Java write batch Alan Paxton 2024-11-12 15:33:04 +0000
  • eb66c81826 File in wrong CMake section Alan Paxton 2024-11-11 17:35:20 +0000
  • 65f282c8d1 Fix/Suppress PMD in low level stuff for writebatch Alan Paxton 2024-11-11 13:15:28 +0000
  • 8d3e486cb3 Fix format and non-ASCII characters Alan Paxton 2024-11-11 10:35:18 +0000
  • 0c14efb2cc New file misnamed in CMake for Java Alan Paxton 2024-11-11 09:01:56 +0000
  • c6d885eabd Format fixes Alan Paxton 2024-11-11 08:52:17 +0000
  • 7a833d6cb6 More results. Alan Paxton 2024-11-11 08:51:23 +0000
  • 2d3c60800d fix names shadowing globals Alan Paxton 2024-11-06 16:18:28 +0000
  • 0a942073f7 Best? options for native write batch perf test Alan Paxton 2024-11-05 18:34:06 +0000
  • 99013f8266 More benchmarks run Alan Paxton 2024-11-05 18:33:24 +0000
  • dcf11adcfb Used u_intX_t rather than uintX_t, format fixes Alan Paxton 2024-11-05 16:29:09 +0000
  • 6789ff9e83 Add jmh run for WriteBatchInternal::AppendContents Alan Paxton 2024-11-05 13:32:14 +0000
  • c16b604a68 Remove obsolete code Alan Paxton 2024-11-05 13:31:32 +0000
  • 8ce88ece59 Add method to bulk append part of batch as a slice Alan Paxton 2024-11-05 13:10:21 +0000
  • 90c320f7e4 Repair build config files Alan Paxton 2024-11-05 09:15:51 +0000
  • c5ea199fea Update results Alan Paxton 2024-11-04 16:29:44 +0000
  • 7cf4a7eb86 New test was incorrect. Alan Paxton 2024-11-04 15:23:24 +0000
  • 327afa7a49 java native batch - bulk copy on creating write() Alan Paxton 2024-11-04 15:23:04 +0000
  • 79dfe64402 java native write batch fix varint32 Alan Paxton 2024-11-04 12:24:30 +0000
  • 8286f56773 Re-make jmh tests consistent w/ native write batch Alan Paxton 2024-11-01 13:27:08 +0000
  • c356592bec Update jmh w/ bumped RocksDB version Alan Paxton 2024-11-01 13:24:56 +0000
  • 99d04d75d0 Copy C++ format write batch from Java Alan Paxton 2024-10-30 18:26:57 +0000
  • 603f610d44 java native write batch - change to C++ encoding Alan Paxton 2024-10-29 17:47:15 +0000
  • 1bc755149a java native write batch - re-order custom layout Alan Paxton 2024-10-29 15:21:31 +0000
  • 131c1f92d4 java native write batch - handle big put()s Alan Paxton 2024-10-29 14:55:37 +0000
  • 513f7e46f0 java native write batch - native methods private Alan Paxton 2024-10-29 08:32:29 +0000
  • b90a3fe501 Java write batch - defer creation of native Alan Paxton 2024-10-28 18:01:38 +0000
  • 02ac2ef2af Java write batch Flush vs not flush performance Alan Paxton 2024-10-23 14:18:15 +0100
  • 4f171a81ce jmh writebatch “don’t write the batch to DB” option Alan Paxton 2024-10-22 12:48:26 +0100
  • 7c3786108e Direct buffer version of write batch java native Alan Paxton 2024-10-22 11:39:29 +0100
  • 14c42b14ff jmh write batch add commentary Alan Paxton 2024-10-21 15:20:30 +0100
  • 7c9343b53a More write batch jmh benchmark runs Alan Paxton 2024-10-21 15:00:38 +0100
  • f6eb81a504 Remarks on benchmarking JavaNative write batch Alan Paxton 2024-10-21 13:07:05 +0100
  • 5dbc3e9bc5 Comment out benchmark which uses unimplemented API Alan Paxton 2024-10-21 13:06:10 +0100
  • 5e4876bd88 Re-add missed jmh native write batch benchmark Alan Paxton 2024-10-21 10:21:07 +0100
  • abf39131d5 WriteBatchJavaNative UnsupportedOperationException Alan Paxton 2024-10-21 10:20:24 +0100
  • e4175887d4 WriteBatch Java API Performance baseline Alan Paxton 2024-10-16 18:32:59 +0100
  • 141d306098 Update jmh benchmarks for native write batch Alan Paxton 2024-10-15 09:14:00 +0100
  • 56d596467f Add JMH test for write batch. Radek Hubner 2024-07-31 18:08:53 +0400
  • ba3e641c58 Add Put with CF, fix test. Radek Hubner 2024-07-24 13:50:53 +0400
  • 5e361f163d Pause wip Alan Paxton 2024-07-22 09:25:52 +0100
  • d5070f7491 refactor WriteBatchJavaNative C++ side to use exceptions Alan Paxton 2024-07-17 16:23:23 +0100
  • e0daab82a9 C++ refactor to make CF extension easier Alan Paxton 2024-07-17 15:44:22 +0100
  • 69d94f4dc8 Make dispose work. Basic passing put() to default CF Alan Paxton 2024-07-17 14:47:53 +0100
  • 3df3191223 I am an idiot. Alan Paxton 2024-07-17 11:59:58 +0100
  • e29730f838 wip of native write batch Alan Paxton 2024-07-17 08:32:59 +0100
  • 1a2aa4f6a2 Merge remote-tracking branch 'origin/main' into preserve_preclude_mutable Peter Dillinger 2024-11-14 22:20:53 -0800
  • 79fc668269 Still pre-mutable, test for what's broken Peter Dillinger 2024-11-14 22:10:30 -0800
  • ee8dd7915d Improve logging and update test name Jay Huh 2024-11-14 20:21:59 -0800
  • bdaf3dc058 Check status Jay Huh 2024-11-14 20:10:15 -0800
  • 8fc8825bcf Add release note Jay Huh 2024-11-14 20:07:27 -0800
  • 2e19772946 Avoid regenerating OPTIONS if no value to update Jay Huh 2024-11-14 19:10:19 -0800
  • 8df645fb7f Preserve Options File Fix Jay Huh 2024-11-14 13:40:44 -0800
  • 276302ad0c
    Merge 84146ed35e into ef119c9811 ZhangHuiGui 2024-11-15 04:11:30 +0800
  • 25db72d5c4
    Merge 15fff9e4fb into ef119c9811 Vjekoslav Brajkovic 2024-11-15 04:11:26 +0800
  • 8dec4538cc
    Merge ec7a7e4edd into ef119c9811 Hypen Zou 2024-11-15 04:11:00 +0800
  • 62db760489
    Merge ccc6b591f1 into ef119c9811 Swaminathan Balachandran 2024-11-15 04:10:34 +0800
  • 2fe0505059
    Merge f795c9ffc8 into ef119c9811 Binglin Chang 2024-11-15 03:59:31 +0800
  • 0932023cc7
    Merge 70492a4743 into ef119c9811 hx235 2024-11-15 03:58:39 +0800
  • 66c4a36fa5
    Merge 89bbf13526 into ef119c9811 Isaac Zhou 2024-11-15 03:54:22 +0800
  • adc29510d7
    Merge b86743487c into ef119c9811 Xinye Tao 2024-11-15 03:53:12 +0800
  • c03fa62571
    Merge e9094998d2 into ef119c9811 Matthew Von-Maszewski 2024-11-15 03:40:31 +0800
  • aa9bab2f34
    Merge 3d8e566191 into ef119c9811 Vikas Kumar 2024-11-15 03:10:21 +0800
  • ef119c9811 Add compaction stats for filtered files (#13136) Yu Zhang 2024-11-14 10:10:38 -0800
  • 9a136e18b3 Fix a valgrind unit test failure (#13137) Changyu Bi 2024-11-13 12:41:56 -0800
  • 4adf691e39 Output some advice with unreleased_history/add.sh (#13135) Peter Dillinger 2024-11-13 11:23:30 -0800
  • 453079fc9a fix Changyu Bi 2024-11-13 10:22:56 -0800
  • f05defe08b update comment Yu Zhang 2024-11-13 09:50:06 -0800
  • 1b497c95b3 Update HISTORY and version to 9.8.3 anand76 2024-11-12 21:19:57 -0800
  • e1dc7088a5 Add compaction stats for filtered files. Yu Zhang 2024-10-31 15:46:14 -0700
  • 73be33ca2e Fix missing cases of corruption retries (#13122) anand76 2024-11-08 12:43:21 -0800
  • 1c7652fcef Introduce a WriteBatchWithIndex-based implementation of ReadOnlyMemTable (#13123) Changyu Bi 2024-11-12 09:27:11 -0800
  • 7baf0b4a22 Output some advice with unreleased_history/add.sh Peter Dillinger 2024-11-11 12:39:17 -0800
  • 3333849053 small fix Changyu Bi 2024-11-11 16:23:30 -0800
  • 8c27bc6f5b review comment Changyu Bi 2024-11-11 13:40:40 -0800
  • 4a6f41d84d address comment Changyu Bi 2024-11-11 09:40:13 -0800
  • e1708f5e6a fix linter Changyu Bi 2024-11-08 10:32:19 -0800
  • 5e00ec4043 fix ci failure Changyu Bi 2024-11-07 12:23:15 -0800
  • 1597b245a3 refactor read logic changyubi 2024-11-07 10:40:52 -0800
  • c977a9b8e0 read path implementation of wbwi based ReadOnlyMemTable changyubi 2024-11-06 12:31:20 -0800
  • 70c3fedbda Add a ReadOnlyMemTable interface. This allows custom implementation of immutable memtables. Changyu Bi 2024-10-31 10:13:41 -0700
  • 7cb6b93eee Enable attribute group APIs in the transaction stress tests (#13134) Levi Tamasi 2024-11-11 15:25:26 -0800
  • 925435bbd9 Fix a bug that can retain old WAL longer than needed (#13127) Changyu Bi 2024-11-11 14:19:45 -0800
  • 7b4826106a Enable attribute group APIs in the transaction stress tests Levi Tamasi 2024-11-11 13:47:59 -0800
  • 932bb7fbda comment about logging Changyu Bi 2024-11-11 12:46:52 -0800
  • 3579493a3a change log Changyu Bi 2024-11-11 12:40:26 -0800
  • 249361f149 fix Changyu Bi 2024-11-07 17:46:44 -0800
  • 1f0ccd9a15 Fix the handling of PrepareValue failures due to fault injection (#13131) Levi Tamasi 2024-11-10 19:21:35 -0800
  • c2455666c7 remove hard-coded cf names Tyler Griggs 2024-11-11 01:51:27 +0000
  • 8924d384d8 Fix the handling of PrepareValue failures due to fault injection Levi Tamasi 2024-11-10 12:59:35 -0800
  • aa889eb5ed Print iterator status in stress tests when PrepareValue() fails (#13130) Levi Tamasi 2024-11-09 15:04:17 -0800
  • 7e793f4d50 Print iterator status in stress tests when PrepareValue() fails Levi Tamasi 2024-11-09 09:57:14 -0800
  • ff0c57a1f7
    Merge branch 'main' into fixPessimisticTransactionReplication KuDeSnik33ra 2024-11-09 17:45:10 +0300