Database Memory :: MySql Innodb how much storage memory allocation for empty field vs not empty fie
Posted
by Yosef
on Stack Overflow
See other posts from Stack Overflow
or by Yosef
Published on 2010-06-05T22:56:24Z
Indexed on
2010/06/06
0:02 UTC
Read the original article
Hit count: 1006
Hi,
I new in database, and dont know how and when mysql allocate memory space.
In MySql Innodb how much storage memory allocation for empty field (no string inserted) vs not empty field?
Other form of my question:
When memory allocated space In MySql Innodb for varchar/text field in time of table creation or when data inserted inside field?
Thank you,
Yosef
© Stack Overflow or respective owner