Hello Jack,

Wednesday, March 24, 2004, 6:50:45 PM, you wrote:

JC> I tried using 'USE INDEX' and 'BETWEEN' but it didn't change anything.

JC>     EXPLAIN SELECT counter, UNIX_TIMESTAMP(dtime) FROM ifInOctets_137
JC> USE INDEX (dtime) WHERE id=2809 AND dtime BETWEEN FROM_UNIXTIME(1073970000)
JC> AND FROM_UNIXTIME(1076734799) ORDER BY dtime;

Does your index include both id and dtime in a single index? If not,
it probably ought to if the above is a typical query you need to run
on this table.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to