Mysql Text Storage?
- by mii
I was wondering if you where to have an article or articles with huge amounts of text, what would be better when creating the database structure for the articles text? And why?
What will be the advantages or disadvantages if any?.
I was thinking of using one of the data types below to hold the articles text for the MySQL database.
VARCHAR
TEXT
MEDIUMTEXT
LONGTEXT