Re: SQL query CPU utilization too low.

2016-10-28 Thread Dmitriy Setrakyan
I am OK, as long as we have ability to turn this behavior one and off on per-query and per-cache basis. On Fri, Oct 28, 2016 at 12:43 PM, Andrey Mashenkov < andrey.mashen...@gmail.com> wrote: > So, now we have every SQL query run on each node in single thread. This can > be an issue for heavy que

Re: Apache Ignite 1.8 Release

2016-10-28 Thread Denis Magda
Let’s make shmem lib optional starting from this release https://issues.apache.org/jira/browse/IGNITE-4152 This is a minor change. — Denis > On Oct 27, 2016, at 10:56 AM, Igor Sapego wrote: > > Hi, > > I have added some tests for ODBC that

Re: Making Ignite shmem library optional

2016-10-28 Thread Denis Magda
Alright, the ticket is ready to be picked up by someone https://issues.apache.org/jira/browse/IGNITE-4152 If you have something to add go to the ticket and comment there. — Denis > On Oct 27, 2016, at 12:08 PM, Denis Magda wrote: > > Simply

[jira] [Created] (IGNITE-4152) Make ignite-shmem lib optional

2016-10-28 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-4152: --- Summary: Make ignite-shmem lib optional Key: IGNITE-4152 URL: https://issues.apache.org/jira/browse/IGNITE-4152 Project: Ignite Issue Type: Bug Rep

[GitHub] ignite pull request #1194: Ignite sql builder

2016-10-28 Thread andreevym
GitHub user andreevym opened a pull request: https://github.com/apache/ignite/pull/1194 Ignite sql builder I want to make useful methods when I have object with unnecessary parameters (if age == null). I want to make fast and easy ignite sql query. Add test for SqlBuilderSe

Re: BinaryObject pros/cons

2016-10-28 Thread Valentin Kulichenko
Vova, Why do we need to write zeros and nulls in the first place? What's the value of having them in the byte array? -Val On Fri, Oct 28, 2016 at 1:18 AM, Vladimir Ozerov wrote: > Valya, > > Currently null value is written as one byte, while zero value of long type > is written as 9 bytes. I w

SQL query CPU utilization too low.

2016-10-28 Thread Andrey Mashenkov
So, now we have every SQL query run on each node in single thread. This can be an issue for heavy queries or queries running on big data sets, e.g. analytical queries. For now, the only way to speed up such queries is to add more nodes to grid running on same server. In this case, data will be par

SQL query CPU utilization too low.

2016-10-28 Thread Andrey Mashenkov
So, now we have every SQL query run on each node in single thread. This can be an issue for heavy queries or queries running on big data sets, e.g. analytical queries. For now, the only way to speed up such queries is to add more nodes to grid running on same server. In this case, data will be par

Re: 答复: Memeory Leaks of Swapspace

2016-10-28 Thread Valentin Kulichenko
What is the reason for using swap space in the first place? In most cases there is a way to avoid this and you should do this whenever possible. P.S. Such questions are actually for user list, not for dev list. Please post them there going there. -Val On Thu, Oct 27, 2016 at 10:59 PM, Shawn Du

Re: New page on the website!

2016-10-28 Thread Dmitriy Setrakyan
Thanks, Prachi! Very useful description of RDMS integration functionality provided by the Ignite Web Console management. On Fri, Oct 28, 2016 at 10:34 AM, Prachi Garg wrote: > Hello Igniters, > > Check out the new page on the Ignite website - > https://ignite.apache.org/features/rdbmsintegration

New page on the website!

2016-10-28 Thread Prachi Garg
Hello Igniters, Check out the new page on the Ignite website - https://ignite.apache.org/features/rdbmsintegration.html to learn how Ignite can seamlessly integrate with underlying data stores, and automatically generate domain model POJOs as well as XML and Java configurations. -Prachi

[GitHub] ignite pull request #1193: Ignite 1.7.4

2016-10-28 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1193 Ignite 1.7.4 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.7.4 Alternatively you can review and apply thes

Re: Any plan for a book on Apache Ignite

2016-10-28 Thread Manuel Núñez
Good point!! El 28 oct 2016, a las 2:08, Denis Magda mailto:dma...@gridgain.com>> escribió: Prachi, Would you add a reference to this book [1] under "Community"->"Resources" section? It contains useful and valuable information a lot of guys who will start working with Ignite will benefit from

Re: IGNITE-4088

2016-10-28 Thread Dmitriy Setrakyan
Looks good. On Fri, Oct 28, 2016 at 6:05 AM, Константин Дудков wrote: > Hi Dmitriy, > > I've done changes, please take a look. Hope I didn't miss something. I've > also documented API methods in ticket. > > 27.10.2016, 20:41, "Dmitriy Setrakyan" : > > I would prefer that we would declare all exc

[jira] [Created] (IGNITE-4151) .NET: Project build settings are not consistent

2016-10-28 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-4151: -- Summary: .NET: Project build settings are not consistent Key: IGNITE-4151 URL: https://issues.apache.org/jira/browse/IGNITE-4151 Project: Ignite Issue Ty

[GitHub] ignite pull request #1174: Ignite 4088

2016-10-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Created] (IGNITE-4150) B-Tree index cannot be used efficiently with IN clause.

2016-10-28 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-4150: --- Summary: B-Tree index cannot be used efficiently with IN clause. Key: IGNITE-4150 URL: https://issues.apache.org/jira/browse/IGNITE-4150 Project: Ignite

[jira] [Created] (IGNITE-4149) Consider adding bitmap index to SQL engine.

2016-10-28 Thread Vladimir Ozerov (JIRA)
Vladimir Ozerov created IGNITE-4149: --- Summary: Consider adding bitmap index to SQL engine. Key: IGNITE-4149 URL: https://issues.apache.org/jira/browse/IGNITE-4149 Project: Ignite Issue Type

Re: IGNITE-4088

2016-10-28 Thread Константин Дудков
Hi Dmitriy, I've done changes, please take a look. Hope I didn't miss something. I've also documented API methods in ticket. 27.10.2016, 20:41, "Dmitriy Setrakyan" : > I would prefer that we would declare all exceptions thrown at method > signature level, just so they appear in Javadoc and we ca

[GitHub] ignite pull request #1192: IGNITE-4028 Get rid of OP_META in PlatformAbstrac...

2016-10-28 Thread ptupitsyn
GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/1192 IGNITE-4028 Get rid of OP_META in PlatformAbstractTarget You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4028

[jira] [Created] (IGNITE-4148) Web console: adding a first item in CheckpointSI takes a long time under Firefox

2016-10-28 Thread Pavel Konstantinov (JIRA)
Pavel Konstantinov created IGNITE-4148: -- Summary: Web console: adding a first item in CheckpointSI takes a long time under Firefox Key: IGNITE-4148 URL: https://issues.apache.org/jira/browse/IGNITE-4148

[GitHub] ignite pull request #1191: IGNITE-3891: Enable registering with hostname for...

2016-10-28 Thread shroman
GitHub user shroman opened a pull request: https://github.com/apache/ignite/pull/1191 IGNITE-3891: Enable registering with hostname for zookeeper discovery. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shroman/ignite ignite-38

Re: BinaryObject pros/cons

2016-10-28 Thread Vladimir Ozerov
Valya, Currently null value is written as one byte, while zero value of long type is written as 9 bytes. I want to improve that and write zeros as one byte as well. As per var-length encoding, I am strongly against it. It saves IO and memory at the cost of CPU. If we encode numbers in this way we