MySQL Forums
Forum List  »  MyISAM

Re: INDEX Partial Values on a datetime column
Posted by: Hsing-Tsu Lai
Date: September 02, 2006 03:35AM

Why bothering with prefix indexing?

datetime takes only 8 bytes and timestamp 4 byes. if it's not efficient enough, perhaps separate it into a date field (3 bytes) and a time field (3 bytes)?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: INDEX Partial Values on a datetime column
2707
September 02, 2006 03:35AM


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.