Absolutely wait until the table is populated, as mbaliga stated. Not only because of the balanced tree issue, which is *very* important, but also because it is faster to process.
Create Index
Load data
Analyze
is SLOWER than
Load data
Create Index
Analyze
- Chris




Reply With Quote