For sure, if you disable indexing SQL query will not be available. It was
just recommendation if it's suitable for you.
You may try as Vlad suggested: use server node without data classes, so it
will not be able to cache deserialized values, and run your application on
client node.

On Fri, Nov 18, 2016 at 7:21 AM, rishi007bansod <rishi007ban...@gmail.com>
wrote:

> But now with indexing types disabled I am getting following error,
>
> Exception in thread "main" javax.cache.CacheException: Indexing is disabled
> for cache: order_line_cache. Use setIndexedTypes or setTypeMetadata methods
> on CacheConfiguration to enable.
>         at
> org.apache.ignite.internal.processors.cache.IgniteCacheProxy.validate(
> IgniteCacheProxy.java:732)
>         at
> org.apache.ignite.internal.processors.cache.IgniteCacheProxy.query(
> IgniteCacheProxy.java:664)
>         at data_test.order(data_test.java:2903)
>         at data_test.main(data_test.java:2839)
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Memory-consumption-in-apache-ignite-tp9035p9064.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to