[GitHub] ignite pull request #1189: IGNITE-4075 Cassandra store should load all avail...

2016-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/1189 --- 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

Re: BinaryObject pros/cons

2016-10-30 Thread Vladimir Ozerov
Valya, I have several concerns: 1) Correctness: hasField() will not work properly. But probably we can fix that by adding this info to schema. 2) Performance: we have lots optimizations which depend on either "stable" object schema, or low number of schemas. We will effectively turn them off. But

Re: SQL query CPU utilization too low.

2016-10-30 Thread Dmitriy Setrakyan
Completely agree, great point! On Sun, Oct 30, 2016 at 9:17 AM, Sergi Vladykin wrote: > I think it must be a maximum local parallelism level but not just `on` and > `off` setting (the default is obviously 1). This along with separately > configurable query thread pool

Re: SQL query CPU utilization too low.

2016-10-30 Thread Sergi Vladykin
I think it must be a maximum local parallelism level but not just `on` and `off` setting (the default is obviously 1). This along with separately configurable query thread pool will give a finer grained control over resources. Sergi 2016-10-30 18:22 GMT+03:00 Dmitriy Setrakyan

Re: SQL query CPU utilization too low.

2016-10-30 Thread Dmitriy Setrakyan
I already mentioned this in another email, but we should be able to turn this property on and off on per-query and per-cache levels. On Sat, Oct 29, 2016 at 11:45 AM, Sergi Vladykin wrote: > Agree, lets implement such a parallelization. > > I think we will need an

Re: New page on the website!

2016-10-30 Thread 李玉珏
Example part of this page, tab can not be switched,Firefox 49. 在 2016/10/29 02:28, 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