Good afternoon, dear experts.
The bottom line: I have a table already 26 columns. There are already 9 indexes in the table, in the fields containing keys on the parent tables. I want to put down indexes on the fields containing time stamps, in the future there are still possible fields that are also desirable for indexing.
Question: Is there and if exists, what is the limit on the number of indexes (indexed columns) in the mysql table (5.0.77)?
PS: I saw only a question about the limit on the number of indices in mssql .