What's the relationship between Ignite and H2? My sense is that H2 creates, updates, and queries indexes built on cached values, while Ignite handles actual data storage (e.g. cache, vs records in a data file) and distributing queries and gathering results to/from cache nodes. Thus, H2 isn't actually storing the data anywhere (outside of cache), just managing indexes?
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-and-H2-tp5200.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
