Hi !
What do you think guys ?
I making a database, and I know it is going to be huge, and I was wondering to use
a int(8) field or a date() field
this because I think MySQL gets results faster on integers, however, date must have some sort of optimization, I dont know
what do u guys think ? use 20080302 or 2008-03-02 as date format ?