In the last episode (Feb 05), Jim Ginn said:
> Is there a way to define more than 16 btrees per table?  Can this
> index limit be increased to 32 or more?  It's a static database that
> is massively updated once or twice a year so update performance is
> not the issue, rather speed of queries.

The limit is already 32 in mysql-3.23.32:

   * Up to 32 indexes per table are allowed. Each index may consist of
     1 to 16 columns or parts of columns. The maximum index length is
     500 bytes (this may be changed when compiling *MySQL*). An index
     may use a prefix of a `CHAR' or `VARCHAR' field.


-- 
        Dan Nelson
        [EMAIL PROTECTED]

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