by AL Rachels.
Hey George,
The maximum amount of data that can be stored in each data type is as follows:
TINYTEXT | 256 bytes | |
TEXT | 65,535 bytes | ~64kb |
MEDIUMTEXT | 16,777,215 bytes | ~16MB |
LONGTEXT | 4,294,967,295 bytes | ~4GB |
My very first personal computer, TRS-80 Model 1, could only address a total memory size of that equal to MEDIUMTEXT.
AL