MySQL Forums
Forum List  »  Performance

Fastest Data Types For Retrieval
Posted by: Steve Arrington
Date: December 08, 2004 09:57AM

Is there somewhere I could find a list of data types in order of retrieval performance? My data is primarily static and I'm having slow SELECT statements on tables with records in the tens of millions. The tables are primarily VARCHAR and TINYINT. I'm looking to see if I can change data types for faster retrieval - possibly CHAR. I think CHAR is faster to retrieve than VARCHAR but slower than TINYINT. Any help would be appreciated.

Thanks.

- Steve

Options: ReplyQuote


Subject
Views
Written By
Posted
Fastest Data Types For Retrieval
2834
December 08, 2004 09:57AM


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.