You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2020/03/02 16:25:49 UTC

[ignite] branch master updated (a585d36 -> e4f9be5)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from a585d36  IGNITE-12725: Excessive backups performance suggestion. (#7482)
     add e4f9be5  IGNITE-12717 SQL: index creation refactoring (#7474)

No new revisions were added by this update.

Summary of changes:
 .../query/h2/opt/GridH2SpatialIndex.java           |   4 +-
 .../processors/query/h2/IgniteH2Indexing.java      |   7 +-
 .../query/h2/database/H2PkHashIndex.java           |  15 +-
 .../query/h2/database/H2TreeClientIndex.java       |  73 ++++++---
 .../processors/query/h2/database/H2TreeIndex.java  | 178 ++++++++++++---------
 .../query/h2/database/H2TreeIndexBase.java         |  25 ++-
 .../processors/query/h2/opt/GridH2IndexBase.java   |  34 +++-
 .../util/GridCommandHandlerBrokenIndexTest.java    |  13 +-
 8 files changed, 219 insertions(+), 130 deletions(-)