Hi, Swap space means that whatever data you need to execute the query needs to be unswapped first. In other words, if you do query like 'select * from', it will not help. But if it has a reasonable condition that will allow result set to fit in memory along with all other data, you will not run out of memory.
But generally using swap space is a bad practice. If you don't have enough RAM, it's better to add it, otherwise you lose much of Ignite advantages. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/sql-query-large-data-set-which-is-larger-than-memory-tp6219p6242.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
