Hi

I have a large data set larger than memory.  I want to do some sql operation
on it. So I enabled swap space. But the program still run out of memory.
Below is my cache configuration code. Is there any thing wrong?

Thanks

var cache = ignite.GetOrCreateCache<object, object>(new CacheConfiguration
                {
                    Name = CacheName,
                    EnableSwap = true
                });



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/sql-query-large-data-set-which-is-larger-than-memory-tp6219.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to