package
0.0.0-20220602065418-eecbd67627cc
Repository: https://github.com/pingcap-inc/tidb-example-golang.git
Documentation: pkg.go.dev

# README

skew

This is an example of write skew using TiDB and Golang.

Running way

  1. Makefile(recommend)
  • Run make all
  1. Manual
  • Run go build -o bin/write-skew to build binary file.
  • Run ./bin/write-skew.

Code