Skip to content

Releases: yugabyte/tpcc

v2.1

26 Oct 05:51
602281b
Compare
Choose a tag to compare
  • Enable Smart driver support
  • Enable expression pushdown
  • Retry for SQL Exceptions on tserver failure

v2.0

08 Sep 06:30
597e258
Compare
Choose a tag to compare
  • Added extra client side metrics for various transactions
  • Improved logic for retries and tracking of events of a particular type of transaction
  • JSON output file support

v1.9

08 Apr 01:30
d95434f
Compare
Choose a tag to compare
Configure connection isolation level with HikariConfig rather than at…

… the start of each procedure. (#98)

1.8

06 Mar 13:32
6b580b3
Compare
Choose a tag to compare
1.8
Pull TPCCBenchmark functionality up into BenchmarkModule (#84)

v1.7

12 Feb 08:56
fb7036c
Compare
Choose a tag to compare
Retry transaction failures. (#72)

Currently the failed transactions are not retried and are being
recognized as successes. Make sure that the transaction failures are
retried properly. Also make sure that the failures are not added to the
results.

Reviewers:
Mihnea, Rob

v1.6

19 Jan 04:19
c4c5bf3
Compare
Choose a tag to compare
improved checks for null condition (#69)

improved checks for null condition on optional fields of workload-config.xml

v1.5.2

07 Jan 16:58
c4c5bf3
Compare
Choose a tag to compare

Fixed bugs.

v1.4

17 Nov 06:25
7a6feb6
Compare
Choose a tag to compare

Execution Improvements to NewOrder.

v1.3

23 Jul 21:04
ce4b386
Compare
Choose a tag to compare

Support for sharded Execution.

v1.2

06 Jul 20:02
41b3b28
Compare
Choose a tag to compare

This release allows running the open source oltpbench TPCC workload against YugabyteDB.