mysql optimizer_switch浅识
数据准备
下载测试数据
wget https://github.com/datacharmer/test_db/archive/refs/heads/master.zip
解压:
unzip master.zip
cd test_db-master/
建库导入数据(employees,sakila)
mysql -uroot -p123456
下载测试数据
wget https://github.com/datacharmer/test_db/archive/refs/heads/master.zip
解压:
unzip master.zip
cd test_db-master/
建库导入数据(employees,sakila)
mysql -uroot -p123456