[
https://issues.apache.org/jira/browse/IGNITE-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15778453#comment-15778453
]
ASF GitHub Bot commented on IGNITE-4016:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/1385
IGNITE-4016: SQL: parallelize sql queries over cache local partitions
Tree index splitted into segmentes in GridH2StripedTreeIndex
Tests added
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4106
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1385.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 #1385
----
commit d013500bd897505ec6cbfb2f25d54f1f938f2f83
Author: AMRepo <[email protected]>
Date: 2016-12-26T14:54:01Z
Tree index splitted into segmentes in GridH2StripedTreeIndex
Tests added
----
> ODBC: Enhance ODBC example by using DML statements
> --------------------------------------------------
>
> Key: IGNITE-4016
> URL: https://issues.apache.org/jira/browse/IGNITE-4016
> Project: Ignite
> Issue Type: Task
> Components: odbc
> Reporter: Denis Magda
> Assignee: Vladimir Ozerov
> Fix For: 1.8
>
>
> In Apache Ignite 1.8 the community is planning to release DML support.
> To adopt DML usage we need to improve existed or add additional examples.
> On ODBC side we can improve existed odbc_example by implementing the
> following scenario:
> - fill up a cache using INSERT commands instead of cache.puts().
> - execute existed SELECT statements.
> - perform cache update using UPDATE statements.
> - execute SELECT statements showing that the data has been changed.
> - remove a part of the data from cache using DELETE command.
> - execute SELECTs again.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)