MySQL Forums
Forum List  »  Performance

Re: Performance
Posted by: Daniel Nichter
Date: May 23, 2005 07:32AM

I don't think there is any performance difference. LONGTEXT only uses as much storage as needed to hold the data, same as VARCHAR. One notable difference is that indexes on TEXT columns require a prefix length; VARCHAR columns do not.

Options: ReplyQuote


Subject
Views
Written By
Posted
2041
May 20, 2005 11:05AM
Re: Performance
1460
May 23, 2005 07:32AM
1452
May 26, 2005 04:36AM
1401
June 17, 2005 05:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.