bug: INSERT INTO tbl SELECT, the table takes up a lot of disk space than INNODB #1079
Closed
2 of 3 tasks
Labels
A-bug
Something isn't working
B-storage
data type, data storage, insert,update,delete, transactions
prio: high
High priority
Milestone
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
When using this statement ( INSERT INTO tbl SELECT ) ,the table takes up a lot of disk space than innodb
innodb : 15MB in disk space
Tianmu: 162GB in disk space
set the
tianmu_insert_delayed = OFF
drop table t;
Expected behavior
No response
How To Reproduce
No response
Environment
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: