Re: Indexing primitive types

2015-05-21 Thread Sergi Vladykin
Current workaround is to create separate class with single annotated primitive field. Created issue https://issues.apache.org/jira/browse/IGNITE-930 Will fix it soon. Sergi 2015-05-21 4:25 GMT+03:00 Valentin Kulichenko valentin.kuliche...@gmail.com : Igniters (especially Sergi), What

Indexing primitive types

2015-05-20 Thread Valentin Kulichenko
Igniters (especially Sergi), What happens if I use Java primitives like Doubles as values? Are they indexed? I just created a simple example which loads some data and executes this query: 'select max(_val) from Double'. Indexes are not created and the speed of the query is the same as the speed