Once SAP ASE is configured for parallel create index, it determines if using parallel execution to execute create index is the best choice.
Uses a data-only-locked format, and
Is not partitioned, and
The table is not empty
The index you are creating is a non-clustered index, and
The leading column of the index has at least two distinct values
create index i1 on t1(c1, c3) with consumers = 3
If you use with consumers to force a parallel create index, and SAP ASE does not select an enhanced parallel query plan, SAP ASE uses a parallel create index query plan from a version of SAP ASE earlier than 15.7 ESD #2.