Hello! The expectation is that distributed grid will inherently work slower on single node than dedicated DB. However, distributed grid will also work on multiple node, when traditional DB wouldn't. So extracting every last bit of single-node performance takes a back seat when also considering multi-node performance and distributed querying.
Note that Apache Ignite also has more features than plain H2, such as data streamers, near caching, expiry/eviction, etc, etc, and there's some overhead. Regards, -- Ilya Kasnacheev 2018-08-09 15:39 GMT+03:00 the_palakkaran <[email protected]>: > Yes, I am running on a single node. Still ignite being in-memory, I > expected > it to perform better than H2. Is there anything I can do to make it faster? > Like right now I have a single data region, does having multiple data > regions give me better performance? Something like that? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
