Re: Sql Query using Map as value for cache

2016-01-25 Thread Andrey Nestrogaev
Hi Val, BinaryObject is what I was looking for. I've tested it and it suits for my task. Thank you very mach! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668p2688.html Sent from the Apache Ignite Users mailing

Re: Sql Query using Map as value for cache

2016-01-24 Thread vkulichenko
eated 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-

Re: Sql Query using Map as value for cache

2016-01-24 Thread Andrey Nestrogaev
ble by sql query) at runtime. What is your recommendation for such usecases? Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668p2678.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Sql Query using Map as value for cache

2016-01-22 Thread Denis Magda
value? Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Sql Query using Map as value for cache

2016-01-22 Thread Andrey Nestrogaev
Hi! Testing Ignite 1.5.0. Can we use Query, QueryIndexes over caches where values is a Map.class subclasses? Or its possible only for POJO as a value? Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Sql-Query-using-Map-as-value-for-cache-tp2668.html