Truncating table does not make the mysql file smaller
        Posted  
        
            by ming yeow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ming yeow
        
        
        
        Published on 2010-05-20T01:19:40Z
        Indexed on 
            2010/05/20
            1:30 UTC
        
        
        Read the original article
        Hit count: 294
        
I truncated several huge tables, but the mysql file and database appears to remain at the same size.
Does truncate table delete the data from mysql as well?
© Stack Overflow or respective owner