From: Martijn Tonies Date: April 11 2007 5:43pm Subject: Re: when rebuilding keys? List-Archive: http://lists.mysql.com/mysql/206067 Message-Id: <031501c77c60$e5005f60$9902a8c0@martijnws> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit > before load data. You want to rebuild the indices after loading data, correct? Martijn Tonies Database Workbench - development tool for MySQL, and more! Upscene Productions http://www.upscene.com My thoughts: http://blog.upscene.com/martijn/ Database development questions? Check the forum! http://www.databasedevelopmentforum.com > >> My table is myisam. > >> > >> I disable key using "alter table ... disable keys" before load data in the > > table. > >> > >> The manual tell me MySQL to stop updating non-unique indexes for a MyISAM > > table. > >> > >> When mysql server updating non-unique index after loading data? > > > > When you run ALTER TABLE ... ENABLE KEYS