[jira] [Created] (IGNITE-6406) SQL: CREATE INDEX should fill index from multiple threads

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6406) SQL: CREATE INDEX should fill index from multiple threads

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-6406:
---------------------------------------

             Summary: SQL: CREATE INDEX should fill index from multiple threads
                 Key: IGNITE-6406
                 URL: https://issues.apache.org/jira/browse/IGNITE-6406
             Project: Ignite
          Issue Type: Task
          Components: sql
    Affects Versions: 2.1
            Reporter: Vladimir Ozerov
             Fix For: 2.3


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)