1) Not sure what's going on there, perhaps run a check on the table.
2) I just recently indexed a column on a table with ~500000 rows, on a
char(4) field, took roughly 30 seconds.
3) No problems running multiple index's, a tip though, lock the table before
you add the index, you can sometimes get a lil more speed that way (though I
couldn't do that, was a production table).  What kind of hardware you
running?

----- Original Message -----
From: "Paul Wilkinson" <[EMAIL PROTECTED]>
To: "Help MySQL List" <[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 1:00 PM
Subject: SHOW INDEX FROM table


> Hi,
>
> I have several related database indexing questions:
>
> 1)In trying to run SHOW INDEX FROM table my client (MySQL GUI 1.7.4) just
> hangs, or else this takes many minutes.  MySQL 3.23.33 What could be
wrong?
>
> I tryed an ALTER TABLE index creation on this table a while ago.  Could it
> be tied up with creating an index?
>
> 2)How long should it take to index a column (on ~ 800 rows and CHAR(35))?
>
> 3) After successfully returning from an ALTER TABLE adding an index on a
> table (took seconds) the second column ran for ......? (stopped it).  Is
> there a problem running more than 1 index on a table!?
>
> Muchas Gracius!
> Paul
>
>
> ---------------------------------------------------------------------
> 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
>
>
>


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