from the document 

client node: https://apacheignite.readme.io/docs/clients-vs-servers
jdbc driver: https://apacheignite-sql.readme.io/docs/jdbc-client-driver
thin client: https://apacheignite.readme.io/docs/java-thin-client


when a node runs with *client mode*, it will join the cluster topology.
when access ignite cluster with jdbc driver, it just behavior as a normal
database driver(as mysql jdbc driver)
when access cluster via * think client *, in the document it addresses that
* it does not join the cluster topology.

it seems there are are no difference between * jdbc driver * and * thin
client* expect for the * cache api*

for performance consideration: client node > think client > jdbc driver.

is my understanding correct?



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

Reply via email to