On Thu, Jul 19, 2001 at 11:30:31PM +0200, Werner Stuerenburg wrote:
>
> >  Is there a really efficient way to implement a function like
> > indexseek() in FoxPro?  This function will simply check an index
> > to tell you if a record with that key exists.  Sort of like
> > "select count(id) from Foo where id=1" except that it doesn't
> > actually fetch the field value and it just checks the index file,
> > not the data file.
> 
> As far as I know that's exactly what MySQL does.

That's correct.
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936 <-- NEW

MySQL 3.23.29: up 33 days, processed 261,277,659 queries (90/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to