Re: pure memory SQL Grid

2017-02-08 Thread Lighfer
Thanks! It works! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/pure-memory-SQL-Grid-tp10464p10515.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: pure memory SQL Grid

2017-02-08 Thread vkulichenko
.70518.x6.nabble.com/pure-memory-SQL-Grid-tp10464p10507.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: pure memory SQL Grid

2017-02-08 Thread Andrey Mashenkov
> > class UserRes { > @QuerySqlField(index = true) > Integer userId; > @QuerySqlField(index = true) > Integer resId; > ... > } > > The UserRes class has no field can be used as _key. > > > > -- > View this message in context: http://apache-ignite

Re: pure memory SQL Grid

2017-02-08 Thread Lighfer
; ... } class UserRes { @QuerySqlField(index = true) Integer userId; @QuerySqlField(index = true) Integer resId; ... } The UserRes class has no field can be used as _key. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/pure-memory-SQL-Grid

Re: pure memory SQL Grid

2017-02-07 Thread vkulichenko
BTW, schema utility is deprecated. It's better to use web console: http://ignite.apache.org/addons.html#web-console -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/pure-memory-SQL-Grid-tp10464p10494.html Sent from the Apache Ignite Users mailing

Re: pure memory SQL Grid

2017-02-07 Thread vkulichenko
pacheignite.readme.io/docs/data-loading#ignitedatastreamer -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/pure-memory-SQL-Grid-tp10464p10493.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.