Unverified Commit 240c9032 authored by Dimitri Fontaine's avatar Dimitri Fontaine
Browse files

Implement the parallel CREATE INDEX step.

At the moment the index jobs limit is not taken into account, we just fork
as many sub-processes as we have to create indexes for each table. We also
create constraints attached to indexes from their definitions, once the
index is ready. This allows even primary key indexes to be built in parallel
to the other indexes on a same table.
parent edc6fb4d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment