Re: Does Ignite support query and index the embedded object column?

2016-12-20 Thread vkulichenko
Embedded objects are supported, but the flat schema is created, i.e. 'street'
and 'zip' fields will appear directly in the 'Organization' table. The query
will look like this:

select street from Organization where id= ?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Does-Ignite-support-query-and-index-the-embedded-object-column-tp9663p9667.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Does Ignite support query and index the embedded object column?

2016-12-20 Thread dkarachentsev
Hi,

Check out this answer [1].

[1]
http://apache-ignite-users.70518.x6.nabble.com/Querying-over-fields-in-the-object-inside-Cache-value-td9426.html



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Does-Ignite-support-query-and-index-the-embedded-object-column-tp9638p9642.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.