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

2017-11-10 Thread dolphin1414
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

[GitHub] ignite pull request #3249: IGNITE-6785: Affinity key field ignore case.

2017-12-18 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3249 IGNITE-6785: Affinity key field ignore case. Fix for an affinity field name upper-case issue. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #3074: IGNITE-6904 SQL: partition reservations are relea...

2017-11-21 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3074 IGNITE-6904 SQL: partition reservations are released too early in lazy mode In lazy mode partitions reservations are released only after last page has been sent. You can merge this pull

[GitHub] ignite pull request #2956: IGNITE-6701

2017-11-01 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/2956 IGNITE-6701 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6701 Alternatively you can review and apply

[GitHub] ignite pull request #2991: ignite-6837 Create a CREATE INDEX benchmark

2017-11-07 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/2991 ignite-6837 Create a CREATE INDEX benchmark Benchmark implemented You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

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

2017-12-05 Thread dolphin1414
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

[GitHub] ignite pull request #3194: IGNITE-7039: SQL: local query now pin affected pa...

2017-12-11 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3194 IGNITE-7039: SQL: local query now pin affected partitions. Implemented partitions reservation for the local queries. Added a test. You can merge this pull request into a Git repository

[GitHub] ignite pull request #3212: IGNITE-6343: Index is not used properly if changi...

2017-12-12 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3212 IGNITE-6343: Index is not used properly if changing sort order. Index is not used properly if changing sort order. You can merge this pull request into a Git repository by running: $ git

[GitHub] ignite pull request #2933: IGNITE-6141 JDBC thin: support BLOB and CLOB type...

2017-10-26 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/2933 IGNITE-6141 JDBC thin: support BLOB and CLOB types IGNITE-6141 JDBC thin: support BLOB and CLOB types You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #3342: IGNITE-6772: SQL exception messages made more inf...

2018-01-09 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3342 IGNITE-6772: SQL exception messages made more informative. SQL exception messages made more informative. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] ignite pull request #3309: IGNITE-6456: Added opportunity to enable/disable ...

2017-12-28 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3309 IGNITE-6456: Added opportunity to enable/disable different clients. Added flags to ClientConnectorConfiguration which enable/disable different clients. Tests implemented. You can merge

[GitHub] ignite pull request #3298: IGNITE-6022: Implemented native batch execution s...

2017-12-27 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3298 IGNITE-6022: Implemented native batch execution support for DML statements. Implemented native batch execution support for DML statements. You can merge this pull request into a Git repository