TiDB学习笔记7
今天尝试Try Two Types of APIs,可以直接访问TiKV
在GCP上新建一个8c 7.2g的CentOS 7.6机器
sudo yum -y install htop
sudo yum -y install git
mkdir repo
cd repo
git clone https://github.com/YKG/docs.git
git checkout mydev
./scripts/check_requirement.sh
为了了解需要的开发机器配置,分别在Azure上和GCP上测一下速度。
Azure:2c4G
GCP: 8c52G
但后来感觉很耗时间,只在GCP上做了编译,新建了一个16c32g的机器。
在gcp上,ubuntu-16c-32g1
2
3./check-requirement
sudo apt install cmake
./build
打算在Mac上编译TiKV,按照TiKV的文档,还缺cmake
,但安装时得到:1
Error: cmake: "cxx11" is not a recognized standard
安装MySQLWorkbench
,然后设置:1
export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS