On 25-Jul-2001 S A wrote:
> 
> Do the names of indexes have any significance to MySQL internals or is the
> name merely a convenience for the DB operator ?
> 
> For now I try to match the index names to the column names used but I'm
> wondering if the name matters at all.
> 

It doesn't.

As a matter of practice, i prefix mine with 'idx_'

key idx_user (user)
key idx_time (hittime) 
... etc.

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.
                            (53kr33t w0rdz: sql table query)

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