zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

2022-12-15 mysql列存储引擎-耗尽磁盘空间-记录

mysql引擎存储 记录 2022 12 15 磁盘空间
2023-09-27 14:25:42 时间

摘要:

mysql列存储引擎-耗尽磁盘空间-记录

关联ISSUE: https://github.com/stoneatom/stonedb/issues/1110

上下文关联: 2022-12-13 mysql列存储引擎-GroupBy查询出错-记录_帝尊悟世的博客-CSDN博客

插入数据脚本:

#!/bin/bash

while true
do

echo mysql -D d105 -e "insert into A select * from A;"
mysql -D d105 -e "insert into A select * from A;"


echo mysql -D d105 -e "insert into B select * from B;"
mysql -D d105 -e "insert into B select * from B;"

done

磁盘耗尽记录:

剩余磁盘空间变化过程: