You can use a "connection" and read a portion of the data in at a time and process it. Do you need all the data at once? If so, I would agree that you either need more memory (and possibly a 64-bit version of the system), or you come up with a different approach to your processing. You have not indicated what problem you are trying to solve with the data.
On Thu, Sep 11, 2008 at 3:32 AM, afshin fallah <[EMAIL PROTECTED]> wrote: > Dear All, > > I have a data set containing 2,122,164 records and 38198952 fields. > I can not import this data due to "momory problem". > Is there a way to solve this problem? > > Thanks > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.