Siva,

The execution plan shows, that no indexes are used. If you create an index
on *EntityType* field, it should make the performance better.
Also if you make all data be stored in memory, then performance of select
queries will be better. Otherwise you will be limited by the performance of
your disk.

The information, that you provided is not enough to tell, why you get
the "Failed
to run map query remotely" exception.
Look through logs on other nodes and check, if they have any exceptions.

Denis

чт, 5 апр. 2018 г. в 21:05, begineer <[email protected]>:

> Have you tried adding indexes to frequently searched fields ? Indexing can
> make searching the cache quite faster
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to