while you weren't looking, Goulet, Dick wrote:
> I'd precreate all of the tables/indexes and then move the data...
If you have a lot of data, it's probably better to punt on creating
the indices until after you've moved the data. Bulk populating
indexed tables, particularly if the table has more than just the
primary key index, can be awfully slow. At one point, we tried
dumping several million tuples into a table with a dozen-odd indices.
Only did that once.
/rls
--
:wq