Quote:
|
Originally Posted by akaraivanov
Yes, that is a possibility but it is a very clumsy way to do it. I was looking for something more elegant.
|
Dropping the index is the only option. You can disable FK's, but not indexes. The only exception would be an index automatically created with a PK or Unuque Contraint, that would be dropped if you drop the constraint.
However, if you use the load utility, the indexes will not be built as you go, they will be rebuilt at the end in a seperate step all on once.