I was created table and pushed 10000 rows:
//id = int(10) not null auto_increment
// test = varchar(1)
id | test
---------
1 | a
2 | a
3 | a
4 | a
...
Was download this sql file - his weight ~ 0.1m
Then i was added a column test_2 (varchar(1))with NULL as default:
after sql file weight = +30%
null does occupy memory?