Dear Phil
In IBM i, there are multiple ways available for index maintenance method. The default (and most prevalent) one is "Immediate (on-line) Maintenance" and what Birgitta describes is based on this method.
In IBM i release 7.x, a product name DB2 SMP (Symmetric Multiproceesing) is now free of charge (but need an active SWMA). Index build process can utilize DB2 SMP for faster build time when the index is large.
If you use SQL CREATE INDEX, precede it with SET CURRENT DEGREE = 'N' where N is an integer value. My personal rule of thumb is to use N = 3 for each active POWER9 or 10 core that is available in the LPAR.
------------------------------
Chance favors only the prepared mind.
-- Louis Pasteur
------------------------------
Satid S.
------------------------------