Hi Louis, You can have one instance of MySQL, load data to Ignite and run SQL queries. Queries will be executed over the data that is already in cache and this data can be partitioned across multiple nodes - this will give you scalability.
If you update data in cache, you can write it through to the database via CacheStore implementation. Here are some documentation links that can be useful for you: http://apacheignite.readme.io/docs/cache-queries - Cache Queries API http://apacheignite.readme.io/docs/persistent-store - Persistent Store http://apacheignite.readme.io/docs/data-loading - Data Loading -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-about-persistent-database-tp715p723.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
