Hello!

Apache Ignite in SQL mode doesn't have special support for
"destructure-able" datatypes. This means you can put your JSON into VARCHAR
or BLOB and hope that performance will be sufficient.

I would recommend using Cache API instead of SQL for such use cases, where
you can collocate processing with data and handle complex data structures.
Do affinity calls or use StreamReceiver, save on round-trips.

Regards,



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to