Connecting Tech Pros Worldwide Help | Site Map

That works faster in sql for creation of an index?

Picaso.Leonardo@gmail.com
Guest
 
Posts: n/a
#1: Aug 23 '07
Hello all

That works faster in Mysql for creation of an index:
CREATE INDEX
or
ALTER TABLE tab ADD INDEX


Thanks.

lark
Guest
 
Posts: n/a
#2: Aug 24 '07

re: That works faster in sql for creation of an index?


== Quote from Picaso.Leonardo ( Picaso.Leonardo@gmail.com)'s article
Quote:
Hello all
That works faster in Mysql for creation of an index:
CREATE INDEX
or
ALTER TABLE tab ADD INDEX
Thanks.
they both do the same thing, neither one is faster than the other.
--
POST BY: lark with PHP News Reader
Closed Thread