On Fri, 29 Jun 2001 13:19, Kris Amy wrote:
> i have a database and a table:-
>
> mysql> describe phone;
> +-------+----------+------+-----+---------+-------+
>
> | Field | Type | Null | Key | Default | Extra |
>
> +-------+----------+------+-----+---------+-------+
>
> | name | blob | | | | |
> | add1 | blob | | | | |
> | add2 | blob | YES | | NULL | |
> | phone | tinyblob | | MUL | | |
>
> +-------+----------+------+-----+---------+-------+
> 4 rows in set (0.03 sec)
>
> mysql>
>
> The only problem is that it takes anywhere between 10seconds-1 minute
> to search the database. there is ~8.5 million records in it though.
>
> Anyone know howto speed this up?
>
> Kind Regards
> Kris Amy
Wouldn't you be better off to use Char or Varchar types for that sort of
information?
--
David Robley Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES Flinders University, SOUTH AUSTRALIA
There is something to be said about me: "Wow!!"
---------------------------------------------------------------------
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