Mark wrote:
Dear MySQL-ers,

Using MySQL 5.0.24a, is there a quick way to determine which columns on a
table don't have an index?

I want to do sort of s recursive loop, and add indices for all columns
which don't have an index yet (and that over many databases).

Thanks,

- Mark


Sounds like an extremely bad idea to me.
You don't want to have any indicies you don't actually need.
They will slow down all inserts and updates.

--
Gerald L. Clark
Supplier Systems Corporation

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to