Thursday, September 14, 2006

提高load、export、import的性能

Using integrity constraint states in the following order can ensure the best benefits:

1.Disable state.

2.Perform the operation (load, export, import).

3.Enable novalidate state.

4.Enable state.

Some benefits of using constraints in this order are:

1.No locks are held.

2.All constraints can go to enable state concurrently.

3.Constraint enabling is done in parallel.

4.Concurrent activity on table is permitted.

No comments: