Mysql Text Storage?
        Posted  
        
            by mii
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mii
        
        
        
        Published on 2009-11-14T22:05:36Z
        Indexed on 
            2010/04/30
            9:37 UTC
        
        
        Read the original article
        Hit count: 361
        
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
© Stack Overflow or respective owner