May we have a Linux '/proc/cpuinfo' ?
and what OS/kernel version?
-WENPIN
--
Sent from: http://apache-ignite-users.70518.x6.nabble.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
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 format
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,
EventType.EVT_CACHE_Q
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 Pyt