H2 doesn't need a lot of memory for plain queries without aggregate and 
window functions, large results are stored on the disk automatically. But 
queries with aggregate or window functions currently need to load the whole 
result into the memory; the only exclusion is the mentioned optimization 
for group-sorted queries in presence of compatible index.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/4efcbc85-65b9-452e-9577-d0ba4e60dc3e%40googlegroups.com.

Reply via email to