Hi, Ignite provides 2 way for configuring indices: queryEntity and annotation based. Seems, you either forget to setIndesTypes or tring mix both of these approaches.
Please, find examples in documentation available via link I've provided earlier. пн, 1 окт. 2018 г., 18:05 Skollur <[email protected]>: > I tried with setting up field with @QuerySqlField (index = true) and still > slow. > > Example : > /** Value for customerId. */ > @QuerySqlField (index = true) > private Long customerId > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
