Enhanced Parallel create index Usage

Once SAP ASE is configured for parallel create index, it determines if using parallel execution to execute create index is the best choice.

If SAP ASE determines that a serial query plan is the most efficient, it does not use a parallel query plan. If SAP ASE determines that a parallel query plan is the most efficient, it selects an enhanced parallel query plan if:
Use the create index ... with consumers = N to force SAP ASE to use parallel query plans when it would typically use a serial query plan. For example, SAP ASE uses parallel query plans for the following even though if the table contains too few rows:
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.