Skip to content
Prev 300933 / 398503 Next

Large data set

First of all, try to determine the smallest file you can read with an
empty workspace.  Once you have done that, then break up your file
into that size sets and read them in.  The next question is what do
you want to do with 112M rows of data.  Can you process them a set a
time and then aggregate the results.  I have no problem in reading in
files with 10M rows on a 32-bit version of R on Windows with 3GB of
memory.

So a little more information on "what is the problem you are trying to
solve" would be useful.

On Mon, Jul 23, 2012 at 8:02 AM, Lorcan Treanor
<lorcan.treanor at idiro.com> wrote: