Hi Andrey,

Sounds like binary objects [1] could be useful for your use case. You can
create cache objects on the fly using BinaryBuilder and they will support
field lookups directly from byte array. It's like saving a POJO, but without
having a POJO :)

Cache itself can be easily created dynamically as well [2].

Hope this helps.

[1] https://apacheignite.readme.io/docs/binary-marshaller
[2] https://apacheignite.readme.io/v1.5/docs/jcache#section-dynamic-cache

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668p2680.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to