Skip to content

Files

Latest commit

 

History

History

skew

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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