Hi

I have a C++ Application that needs to perform query operations(DML and
Select) and transactions on Ignite Server. Whats the best way to achieve
this ?  There are two choices: 1. Ignite ODBC driver and 2. Ignite C++
Driver.

I would like to what would be right choice to use from the point of
scalability and performance.

>From the docs its mentioned that Ignite ODBC used TCP to communicate to
Ignite server. On the other hand Ignite C++ Driver starts the JVM in the
same process and communicates with it via JNI and this JVM process
communicates with the Ignite Server. So Ignite C++ Driver has an additional
JNI/JVM hop before communicating to the Ignite Server. Does this affect
performance ? What are pros and cons of using each of the above choices
available ? Apart from above two choices are there any better choices?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to