From: Hank Date: April 19 2005 6:55pm Subject: Re: zip code search within x miles List-Archive: http://lists.mysql.com/mysql/182862 Message-Id: <1990a96b05041911551dab7848@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > No, those indexes were intentional. If you read the section of the manua= l > on optimizing queries, you will encounter a page that mentions what are > known as "covering indexes". The advantage to a covering index is that i= f > your data is numeric and in the index,=20 Except that the zip code field is not (and should not be) numeric, so the qualification test fails.