Adrian Crum wrote: > Bummer. I was looking forward to trying that out. There's a few issues with this. First, is that *all* tables get created, in parallel, but they all have to be done before it creates fk-index or declared-index. It's possible for the 2 latter items to be done as soon as it's parent table is finished.
Second, is that no fk-index or declared-index is ever actually created. You'll get it, I was working on it over the long weekend.
