Hello,
I'm currently in the midst of working on a serializable transaction which drops
indexes on several tables, does a bulk copy, and rebuilds the indexes. Based on what
I've read it seemed as though I'd be able to concurrently execute read on queries
against these tables, returning results
justin <[EMAIL PROTECTED]> writes:
> I'm currently in the midst of working on a serializable transaction
> which drops indexes on several tables, does a bulk copy, and rebuilds
> the indexes. Based on what I've read it seemed as though I'd be able to
> concurrently execute read only queries agai
Hello,
I'm currently in the midst of working on a serializable transaction
which drops indexes on several tables, does a bulk copy, and rebuilds
the indexes. Based on what I've read it seemed as though I'd be able to
concurrently execute read only queries against these tables, returning
result