Hi, >From a performance perspective, I would recommend using Java API. For example, for data inserting data, DataStreamer will show better performance: https://apacheignite.readme.io/v2.3/docs/data-streamers
Evgenii 2017-12-28 8:49 GMT+03:00 Naveen <naveen.band...@gmail.com>: > Hello Igniters > > AM using 2.3 > > My use case is, > I have around 20 tables, each of them will have around 500 to 1000 million > (1 trillion) records and need to retrieve one to 5 records at a time and > insert one to 5 records at one go. > > Which approach works better for this requirement > > REST API > Thin driver - Ignite JDBC drivers > Thick driver > Java API > > OR do we have any scenario - single approach may work better for reads but > not for insert or vice versa. > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >