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/12/05 21:25:06 UTC

[GitHub] ignite pull request #3150: IGNITE-7015: Indexes are updated only if the inde...

GitHub user dolphin1414 opened a pull request:

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

    IGNITE-7015: Indexes are updated only if the indexed fields are changed.

    Now if it's possible to update row in-place (without link changing), and indexed columns haven't been changed, no indexes will be updated.

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

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

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

    https://github.com/apache/ignite/pull/3150.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 #3150
    
----
commit d5490b0e54491658e5fddc95e8d9779614e6f4ad
Author: rkondakov <rk...@gridgain.com>
Date:   2017-12-05T16:49:48Z

    IGNITE-7015: Indexes are updated only if the indexed fields are changed.

----


---