Haitao Jiang <[EMAIL PROTECTED]> wrote:
> We are using following steps to re-load and re-build a table every day:
>
> truncate the table
> disable index
> load data
> enable index
>
> What are the important parameters I should be watching out to make the
> "ebale index" step faster? Out table is
Hi,
We are using following steps to re-load and re-build a table every day:
truncate the table
disable index
load data
enable index
What are the important parameters I should be watching out to make the
"ebale index" step faster? Out table is over 10million rows and has
two fulltext indexes.
T