| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Michael Widenius | Date: | September 19 1999 3:40pm |
| Subject: | Indexes | ||
| View as plain text | |||
>>>>> "Bill" == Bill Koob <wkoob@stripped> writes: Bill> Just curious I created an index using ALTER Bill> on a single 10 character field - it took Bill> 6 1/2 hours on a 800Meg table with 10+ million Bill> records. 100 Pentium. All seems to work Bill> very well (just very slow). Note that ALTER TABLE will recreate all indexes, not only the new one. You can make this MUCH faster by increasing your key_buffer a lot Bill> Qestion: Would it have saved a significant Bill> amount of time had I created the index at Bill> the time I created the table and before Bill> loading the data? no. The MySQL manual has however a couple of tricks involving isamchk that you can use to add indexes much faster. Regards, Monty
| Thread | ||
|---|---|---|
| • Linux help | Scott Mackie | 15 Sep |
| • Re: Linux help | Thimble Smith | 15 Sep |
| • select problem on 3.22.21 killing server | jim kraai | 15 Sep |
| • select problem on 3.22.21 killing server | Michael Widenius | 18 Sep |
| • Re: select problem on 3.22.21 killing server | jim kraai | 18 Sep |
| • Re: select problem on 3.22.21 killing server | Michael Widenius | 19 Sep |
| • Indexes | Bill Koob | 19 Sep |
| • Re: Indexes | Paul DuBois | 19 Sep |
| • Re: Indexes | Bob Kline | 19 Sep |
| • load data infile and indexes [was Re: Indexes] | James Manning | 20 Sep |
| • load data infile and indexes [was Re: Indexes] | Michael Widenius | 20 Sep |
| • Indexes | Michael Widenius | 19 Sep |
