Skip to content

Releases: pingcap/go-tpc

Latest Build

02 Feb 10:27
ba96e1e
Compare
Choose a tag to compare
print plan replayer error instead throw it (#160)

* fix

* fix

v1.0.9

24 Oct 06:44
d05fdf8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

12 Jan 04:31
21e887f
Compare
Choose a tag to compare

Changelog

  1. add rawsql function
  2. add conn-params flag
  3. support tpch csv export
  4. add partition support for tpcc
  5. fix bugs

v1.0.7

01 Apr 09:41
Compare
Choose a tag to compare

Changelog

tpcc: ignore the non-first Duplicated entry error (#77)

v1.0.6

29 Mar 02:54
9173047
Compare
Choose a tag to compare

CHANGELOG

tpcc: refresh conn if pingContext fails (#76)

v1.0.5

26 Feb 06:43
Compare
Choose a tag to compare

CHANGELOG

  • add a flag to retry commit when data loading fails on prepare stage (#72)
  • add the version command #73

v1.0.4

16 Jan 00:15
a9dae90
Compare
Choose a tag to compare
  • Fixed: error TPM. Added: show current TPM (#34)
  • add flag for setting runtime.GOMAXPROCS (#35)
  • Refactor csv generator (#36)
  • Add option to create tiflash replica in TPC-H (#40)
  • tpcc: add wait times on each transactions (#42)
  • Add Ch-benCHmark (#55)
  • use HdrHistogram & make maxLatency configurable in TPC-C (#65)
  • add metrics for tpcc workload (#69)

v1.0.3

19 Mar 22:34
3bcad8e
Compare
Choose a tag to compare

Fix CSV batch flush

v1.0.2

19 Mar 02:23
2aaeb27
Compare
Choose a tag to compare
  • Fix CSV batch flush

v1.0.1

17 Mar 10:16
9925b49
Compare
Choose a tag to compare
  • Use 'CREATE DATABASE IF NOT EXISTS' to create db.