Re: Getting rid of filesort

2002-08-22 Thread Brian Moon
forum_id, parent, thread key and see what happens. Brian. - Original Message - From: "Jeremy Zawodny" <[EMAIL PROTECTED]> To: "Brian Moon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 22, 2002 12:28 AM Subject: Re: Getting rid of f

Re: Getting rid of filesort

2002-08-21 Thread Jeremy Zawodny
On Wed, Aug 21, 2002 at 11:57:53PM -0500, Brian Moon wrote: > I have a table: > > CREATE TABLE `single_table` ( > `forum_id` int(10) unsigned NOT NULL default '0', > `id` int(10) unsigned NOT NULL auto_increment, > `datestamp` datetime NOT NULL default '-00-00 00:00:00', > `thread` in

Getting rid of filesort

2002-08-21 Thread Brian Moon
I have a table: CREATE TABLE `single_table` ( `forum_id` int(10) unsigned NOT NULL default '0', `id` int(10) unsigned NOT NULL auto_increment, `datestamp` datetime NOT NULL default '-00-00 00:00:00', `thread` int(10) unsigned NOT NULL default '0', `parent` int(10) unsigned NOT NULL