Currently when CREATE INDEX command is executed, we fill new index from a single thread. Low CPU, long create time. We can trade off CPU vs time by adding more threads.
Probably number of threads should be specified in CREATE INDEX command as a hint.
- is blocked by
-
IGNITE-6840 SQL parser: support CREATE INDEX command
-
- Resolved
-
- relates to
-
IGNITE-7044 SQL: Documentation for the PARALLEL statement in the CREATE INDEX command
-
- Closed
-
- links to