This is an example of write skew using TiDB and Golang.
- Makefile(recommend)
- Run
make all
- Manual
- Run
go build -o bin/write-skew
to build binary file. - Run
./bin/write-skew
.
This is an example of write skew using TiDB and Golang.
make all
go build -o bin/write-skew
to build binary file../bin/write-skew
.