Skip to content
Prev 166109 / 398502 Next

Large Dataset

Increase the memory as much as you can, read in the data, (however long it 
takes) then aggregate the data into smaller chunks, selecting only the bits 
you want.

Remove the big original data set from memory (using rm()) and keep (or save 
the smaller aggregated data using wite.table())

If this doesnt work you may be out of luck I am afraid.

Sorry i cant be of more help but it seems that if you want to deal with 
collosal data sets, you need to get the right tools for the job (i.e. a 
better computer or more suitable software)

Simon.

----- Original Message ----- 
From: "Edwin Sendjaja" <edwin7 at web.de>
To: "Simon Pickett" <simon.pickett at bto.org>
Cc: <r-help at r-project.org>
Sent: Tuesday, January 06, 2009 5:04 PM
Subject: Re: [R] Large Dataset