CREATE INDEX with the ability to
use a separate transaction for each it creates an index on, instead of
using a single transaction for the entire . This allows INSERTs, and
other operations to be performed concurrently during most of the duration of the
CREATE INDEX command. While the index is being created on an individual ,
it functions as if a regular CREATE INDEX were called on that , however
other s are completely unblocked.
This version of CREATE INDEX can be used as an alternative to
CREATE INDEX CONCURRENTLY, which is not currently supported on s.