Re: [Monetdb-developers] Memory use

2009-12-19 Thread Wouter Alink
Hello Guido, At the end of your COPY INTO transaction, your database will be saved on disk, to give some guarantee that the data is on a sort of non-volatile storage (see also http://en.wikipedia.org/wiki/ACID#Durability). Besides storing the data on disk, MonetDB tries to fully exploit your avail

[Monetdb-developers] Memory use

2009-12-18 Thread Voornaam Achternaam
When I try to fill a database with the COPY INTO command, the data will (depending on the file used) either go: - Fully into Memory. - To HDD. - A combination of Memory and HDD space. Is there a way to configure MonetDB so that it always uses Memory only? Thanks in advance. -- View this messag