How much time does MySQL need to build an index

Posted by Christian on Stack Overflow See other posts from Stack Overflow or by Christian
Published on 2010-04-09T13:53:26Z Indexed on 2010/04/09 14:03 UTC
Read the original article Hit count: 243

Filed under:

How much time does MySQL need to build an index of a table with 30,000,000 entries that are strings of length 256? At the moment it seems to take hours and I don't know how long I should wait till I conclude that MySql simply failed at building an index.

© Stack Overflow or respective owner

Related posts about mysql