> 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


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

Reply via email to