That should decline significantly.
What's the value of key_buffer_size? It should generally be 20% of _available_
RAM (for MyISAM usage).
-Original Message-
From: James W. McNeely [mailto:jmcne...@nwrads.com]
Sent: Wednesday, November 14, 2012 3:48 PM
To: mysql@lists.mysql.com
Subject: Re
> Note the huge estimated number of rows. That should decline significantly.
>
> What's the value of key_buffer_size? It should generally be 20% of
> _available_ RAM (for MyISAM usage).
>
>> -Original Message-
>> From: James W. McNeely [mail
#x27;s the value of key_buffer_size? It should generally be 20% of _available_
RAM (for MyISAM usage).
> -Original Message-
> From: James W. McNeely [mailto:jmcne...@nwrads.com]
> Sent: Wednesday, November 14, 2012 3:48 PM
> To: mysql@lists.mysql.com
> Subject: Re: query
Rick,
Thanks! Here is the create table info. Sorry for the size, but you can skip
down from all the fields to see the indexes.
CREATE TABLE `exams` (
`zAddDate` date DEFAULT NULL,
`zModDate` date DEFAULT NULL,
`IdPatient` varchar(32) DEFAULT NULL,
`zModBy` varchar(255) DEFAULT NULL,
`N
Can't help without the SHOW CREATE TABLEs.
Perhaps e needs one of these:
INDEX(zzk)
INDEX(ProcModeCode, dateexam) -- in that order
(I can't predict which index it would use.)
Are IdAppt the same datatype and collation in each table?
> -Original Message-
> From: James W. McNeely [mailto: