RE: Data from multiple MySQL DBs

2019-09-11 Thread Kurt Semba
* That way, all datasets from a specific schema & table from all MySQL DBs will end up in the same Ignite Cache and thus the data will be a UNION of all data from all MySQL DBs. Kurt From: Ilya Kasnacheev Sent: Wednesday, September 11, 2019 5:10 PM To: user@ignite.apache.org Subject: Re: Data

Re: Data from multiple MySQL DBs

2019-09-11 Thread Ilya Kasnacheev
Hello! I think the best course will be to read all DBs in user code and use data streamer to populate Ignite. Regards, -- Ilya Kasnacheev вт, 10 сент. 2019 г. в 18:01, Kurt Semba : > Hi all, > > > > I need to sync data from multiple MySQL databases into Ignite. > > > > All those MySQL databas