Re: [R] Memory capacity question for a specific situation

2011-05-20 Thread Dimitri Liakhovitski
Thanks a lot, Uwe! 2011/5/20 Uwe Ligges : > > > On 20.05.2011 15:33, Dimitri Liakhovitski wrote: >> >> Hello! >> >> I am trying to figure out if my latest R for 64 bits on a 64-bit >> Windows 7 PC, RAM = 6 GB could read in a dataset with: >> >> ~64 million rows >> ~30 columns about half of which c

Re: [R] Memory capacity question for a specific situation

2011-05-20 Thread Uwe Ligges
On 20.05.2011 15:33, Dimitri Liakhovitski wrote: Hello! I am trying to figure out if my latest R for 64 bits on a 64-bit Windows 7 PC, RAM = 6 GB could read in a dataset with: ~64 million rows ~30 columns about half of which contain integers (between 1 and 3 digits) and half - numeric data (t

[R] Memory capacity question for a specific situation

2011-05-20 Thread Dimitri Liakhovitski
Hello! I am trying to figure out if my latest R for 64 bits on a 64-bit Windows 7 PC, RAM = 6 GB could read in a dataset with: ~64 million rows ~30 columns about half of which contain integers (between 1 and 3 digits) and half - numeric data (tens to thousands). Or is it too much data? And even