Skip to content
Prev 155733 / 398502 Next

data import

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 <fallahaf at modares.ac.ir> wrote: