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.
it's basically because index is a independant segment therefore if you create index first then load data you would essentially inserting *twice*, both data & index segments
Bookmarks