MySQL index fun

2003-04-03 Thread Steve Phillips
lot smaller) -- Steve Phillips Professional Slacker -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

optimal selects and indexes ?

2003-03-28 Thread Steve Phillips
t_ip_source_ip (time,dest_ip,source_ip), KEY idx_time (time) yet the explain still claims that no indexes are being consulted for my query, why would this be ? is there a better way to construct the select so it uses indexes ? or have i created my indexes incorrectly ? any help would be apprecia