Hi Michael, 
This is kind of vague request:) MySQL will just store data, the
efficiency of searching is mostly depend on how good the database design
is, and how good your search program is.
However, MySQL offers a unique feature called "fulltext searching
capability" which will make your life so much easier if you are to write
a search script using MySQL backend. See:
http://www.mysql.com/doc/en/Fulltext_Search.html

Here are some articles on the issue:
http://www.businessweek.com/magazine/content/01_39/b3750038.htm
http://www.boxesandarrows.com/archives/002869.php
http://phpbuilder.com/columns/tim19990117.php3

Hope this helps...
Gurhan

On Thu, 2002-09-19 at 23:24, Michael Forbes wrote:
> Could anyone provide a couple of web sites which are currently using a
> searchable database created with mysql, for us to preview? We would like to
> develop our own database, and are not sure of its capabilities..
> 
> Regards,
> Michael Forbes, Pres.,
> design development industries, LLC
> t 219.759.3831
> e [EMAIL PROTECTED]
> u http://www.ddi-llc.com
> 
> 
> ---------------------------------------------------------------------
> 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
> 




---------------------------------------------------------------------
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