You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Denis Magda <dm...@apache.org> on 2019/03/01 07:15:46 UTC

Re: Mysql and ignite persistence inheritance issues

This won't be supported - our SQL engine can't be integrated with 3rd party
storage like MySQL. If you can't fit all the data in RAM then use native
persistence which is supported by SQL.

-
Denis


On Thu, Feb 21, 2019 at 11:54 PM hulitao198758 <hu...@lenovo.com> wrote:

> Ignite does not enable the persistence function. The startup is to connect
> to
> the MySql database. The Sql statement can be run in Ignite to automatically
> load the data in mysql. In Ignite, select, insert, update, delete, etc., if
> the data in the memory does not exist, then Automatically load data from
> mysql and load it into the cache to achieve real-time synchronization
> between MySql and Ignite. Can this function be implemented, or is there any
> development plan for this feature in the future Ignite version?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>