Re: Faster reindexing

2003-07-17 Thread Dominicus Donny
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 11:42 AM Subject: Re: Faster reindexing > umm say i reindex after a reimport i usually drop all the indexes first , > then a

Re: Faster reindexing

2003-07-17 Thread daniel
umm say i reindex after a reimport i usually drop all the indexes first , then add indexes again one by one , seems to be quicker for me especially for fulltext indexes , doing it at once tends to be slower, must crunch the cpu a bit dont know > On Wed, Jul 09, 2003 at 11:51:01PM -0500, Paul DuBoi

Re: Faster reindexing

2003-07-17 Thread Jeremy Zawodny
On Wed, Jul 09, 2003 at 11:51:01PM -0500, Paul DuBois wrote: > At 14:14 +0700 7/9/03, Dominicus Donny wrote: > >Sorry, my mistake. It's "reindexing" then. > >Once i should add 2 key indexes on a huge table. > >But instead of alter the table in 1 single query, > >I build each index 1 by 1. > > Gene

RE: Faster reindexing

2003-07-10 Thread Rudy Metzger
ian Weimer [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juli 2003 10:06 To: Dathan Vance Pattishall Cc: 'Paul DuBois'; [EMAIL PROTECTED] Subject: Re: Faster reindexing "Dathan Vance Pattishall" <[EMAIL PROTECTED]> writes: > Maybe increasing > > #use for when my

Re: Faster reindexing

2003-07-10 Thread Florian Weimer
"Dathan Vance Pattishall" <[EMAIL PROTECTED]> writes: > Maybe increasing > > #use for when mysql is doing a check or repair > set-variable= myisam_sort_buffer_size=64M > > to a higher value will make the index happen faster on the fly. MySQL doesn't seem to honour this variable. I've set it

Re: Faster reindexing

2003-07-09 Thread Paul DuBois
___Archon___### - Original Message - From: "Paul DuBois" <[EMAIL PROTECTED]> To: "Dominicus Donny" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 11:22 AM Subject: Re: Faster reindexing At 11:23 +0700 7/9/03, Dominicus Donny w

Re: Faster reindexing

2003-07-09 Thread Florian Weimer
"Dathan Vance Pattishall" <[EMAIL PROTECTED]> writes: > #use for when mysql is doing a check or repair > set-variable= myisam_sort_buffer_size=64M > > to a higher value will make the index happen faster on the fly. Oops. I only adjusted the key_buffer value. Probably I should set myisam_sor

RE: Faster reindexing

2003-07-09 Thread Dathan Vance Pattishall
PM -->To: Florian Weimer; [EMAIL PROTECTED] -->Subject: Re: Faster reindexing --> -->At 9:39 +0200 7/7/03, Florian Weimer wrote: -->>I've got a table with 100 million rows and need some indexes on it -->>(one row is 126 bytes). -->> -->>I'm currently using M

RE: Faster reindexing

2003-07-09 Thread Terry Spencer
From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 5:23 AM To: Dominicus Donny; [EMAIL PROTECTED] Subject: Re: Faster reindexing At 11:23 +0700 7/9/03, Dominicus Donny wrote: >Try analyze your table(s). What information will this yield to make indexing faster? > &

Re: Faster reindexing

2003-07-09 Thread Dominicus Donny
e table/db also located on another drive/partition. "Me fail English? That's unpossible" ###___Archon___### - Original Message - From: "Paul DuBois" <[EMAIL PROTECTED]> To: "Dominicus Donny" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednes

Re: Faster reindexing

2003-07-08 Thread Paul DuBois
"Paul DuBois" <[EMAIL PROTECTED]>; "Florian Weimer" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 10:23 AM Subject: RE: Faster reindexing when reimporting or reinserting or whatever from a huge db i usually drop all the indexes reimport

Re: Faster reindexing

2003-07-08 Thread Dominicus Donny
t;; <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 10:23 AM Subject: RE: Faster reindexing > when reimporting or reinserting or whatever from a huge db i usually drop > all the indexes reimport then create them again much quicker > > -Original Message- > From: Paul DuB

RE: Faster reindexing

2003-07-08 Thread electroteque
: Faster reindexing At 9:39 +0200 7/7/03, Florian Weimer wrote: >I've got a table with 100 million rows and need some indexes on it >(one row is 126 bytes). > >I'm currently using MyISAM and the indexing proceeds at an >astonishingly low rate: about 200 MB per hour. This is

Re: Faster reindexing

2003-07-08 Thread Paul DuBois
At 9:39 +0200 7/7/03, Florian Weimer wrote: I've got a table with 100 million rows and need some indexes on it (one row is 126 bytes). I'm currently using MyISAM and the indexing proceeds at an astonishingly low rate: about 200 MB per hour. This is rate is far too low; if we had to recover the dat

Faster reindexing

2003-07-07 Thread Florian Weimer
I've got a table with 100 million rows and need some indexes on it (one row is 126 bytes). I'm currently using MyISAM and the indexing proceeds at an astonishingly low rate: about 200 MB per hour. This is rate is far too low; if we had to recover the database for some reason, we'd have to wait fo