Re: The CPU of Ignite NODEs in the same cluster has 20% gap

2019-05-21 Thread wbyeh
May we have a Linux '/proc/cpuinfo' ? and what OS/kernel version? -WENPIN -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Apache ignite rewrite badly SQL ???

2019-05-21 Thread yann.blaz...@externe.bnpparibas.com
Hello all , I have a big problem. I have a lot of tabes in my ignite cluster and one request take 10 minutes executed as a SQLFieldQuery, but only 153ms from DataGrip in jdbc. I explain, I have to change some names in request to not divulgate informations. I have 3 tables : TC with 557 000

Re: Native Client/Full Python API

2019-05-21 Thread Igor Sapego
There are no plans for thick client for python, but there are plans for Compute for thin clients. I think, as a first step we may add ability to call Java jobs from python. It will still require to write some java code from a user, but it will accept and return values data in python's native

Issue with CacheQueryReadEvent's queryType

2019-05-21 Thread Garaude, Benjamin
Hello, I'm trying to listen locally events of type EventType.EVT_CACHE_QUERY_OBJECT_READ I enable the events with: ignite.events().enableLocal(EventType.EVT_CACHE_QUERY_OBJECT_READ); An I then register a local listener with: ignite.events().localListen(myListenerInstance,

Re: Native Client/Full Python API

2019-05-21 Thread Evgeniy Ignatiev
By the way, has anybody in the community explored options for integration like https://github.com/hugheba/graaljs-ignite - using GraalPython with Apache Ignite? Best regards, Evgeniy Ignatiev. On 5/20/2019 10:05 PM, mfrey wrote: Hello, Is there a plan to release the native client API for