You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dolphin1414 <gi...@git.apache.org> on 2017/11/10 12:51:40 UTC

[GitHub] ignite pull request #3014: IGNITE-6406: SQL: CREATE INDEX should fill index ...

GitHub user dolphin1414 opened a pull request:

    https://github.com/apache/ignite/pull/3014

    IGNITE-6406: SQL: CREATE INDEX should fill index from multiple threads.

    A parallel index creation and an SQL keyword PARALLEL parsing implemented.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6406

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3014.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3014
    
----
commit 97069d5af3b54a008bd32db01064bfdd90c3f5bd
Author: rkondakov <rk...@gridgain.com>
Date:   2017-11-10T12:13:29Z

    IGNITE-6406: Parallel index creation implementated
    
    (cherry picked from commit d34f16f0ecd35ea55efb0b2e5f94734c56c9cca3)

----


---

[GitHub] ignite pull request #3014: IGNITE-6406: SQL: CREATE INDEX should fill index ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/3014


---