Re: Performance issue on Ignite ODBC API

2016-07-11 Thread Igor Sapego
rote: > Hi Igor, > > The solution works perfectly fine.It completes in ~12 seconds ( before ~4 > minutes ). > > Thanks for your support. > > With regards, > Agneeswaran > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.c

Re: Performance issue on Ignite ODBC API

2016-07-11 Thread Agneeswaran
Hi Igor, The solution works perfectly fine.It completes in ~12 seconds ( before ~4 minutes ). Thanks for your support. With regards, Agneeswaran -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p6212.html Sent from

Re: Performance issue on Ignite ODBC API

2016-06-30 Thread Igor Sapego
on to retrieve more than one row of data at a > time. > > Please correct me if i am wrong and provide your suggestions. > > Thanks, > Agneeswaran > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p6026.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Performance issue on Ignite ODBC API

2016-06-30 Thread Agneeswaran
e is no option to retrieve more than one row of data at a time. Please correct me if i am wrong and provide your suggestions. Thanks, Agneeswaran -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p6026.html Sent from the Apache

Re: Performance issue on Ignite ODBC API

2016-06-29 Thread Agneeswaran
Hi Igor, Thanks for the detailed information. As suggested, Will check our configuration and code. With regards, Agneeswaran -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p6007.html Sent from the Apache Ignite

Re: Performance issue on Ignite ODBC API

2016-06-29 Thread Igor Sapego
. >> >> Thanks, >> Agneeswaran >> >> >> >> -- >> View this message in context: >> http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5998.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >

Re: Performance issue on Ignite ODBC API

2016-06-29 Thread Igor Sapego
++ it took > ~4 > minutes. > > Will it possible to fetch the data, let say 500-1000 records at once. > > Could you please suggest us. > > Thanks, > Agneeswaran > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Perfo

Re: Performance issue on Ignite ODBC API

2016-06-29 Thread Agneeswaran
.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5998.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
Hi Igor, Thanks for the information. Will try to implement as suggested. Will reach out to you if we have any queries. With regards, Agneeswaran -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5927.html Sent from

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Igor Sapego
t; Thanks in advance, > > With regards, > Agneeswaran > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5911.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5911.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Igor Sapego
; We are facing performance issue on ignite ODBC API, please find the details > as follows, > > Our table contains for example 10 thousands row with 7 column( it contains > string ,double and int). > > The while loops runs according to the row size in our example it is 10 > thou

Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
Hi Team, We are facing performance issue on ignite ODBC API, please find the details as follows, Our table contains for example 10 thousands row with 7 column( it contains string ,double and int). The while loops runs according to the row size in our example it is 10 thousand time. Please let