Hi,
I want to dynamically create cache for new mysql table in Ignite. I don't
have table's class definition at runtime. I regularly get new data in HDFS
for those tables in avro format. I want to ingest that incremental data
into Ignite Cache by creating cache at runtime if it doesn't exist for that
table and then put data into cache. Also I want to query on that data. Plus
what happens if schema changes in MySql ? Will BinaryObject in Ignite help
in solving my use case ? I tried to read Binary Object documentation but
couldn't get it. Please help.

Thanks,
Sumit.

Reply via email to