Connecting Tech Pros Worldwide Help | Site Map

That works faster in sql for creation of an index?

  #1  
Old August 23rd, 2007, 12:25 PM
Picaso.Leonardo@gmail.com
Guest
 
Posts: n/a
Hello all

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


Thanks.

  #2  
Old August 24th, 2007, 02:45 PM
lark
Guest
 
Posts: n/a

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