Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 264 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 264 Bytes

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