Yes, instead of utilizing custom comparators, just use "order by" clause in your SQL query.
D. On Thu, Nov 1, 2018 at 12:43 AM Mikael <mikael-arons...@telia.com> wrote: > Hi! > > I don't think so but can't you use an index and an SQL query instead ? > > Mikael > > Den 2018-11-01 kl. 06:33, skrev Ignite Enthusiast: > > I am new to Apache ignite. I have used HAzelcast extensively and one of > the features I really liked about it is the Comparator that it provides on > the Cache Entries. > > Does Apache Ignite have one readily available? If not, is it in the works? > > > >