Skip to content
Prev 156733 / 398506 Next

Manage huge database

What are you going to do with the data once you have read it in?  Are
all the data items numeric?  If they are numeric, you would need at
least 8GB to hold one copy and probably a machine with 32GB if you
wanted to do any manipulation on the data.

You can use a 'connection' and 'scan' to read the data in chunks and
then store it in a more accessible format.  A lot would depend on your
answer to my first question.
On Mon, Sep 22, 2008 at 6:26 AM, Jos? E. Lozano <lozalojo at jcyl.es> wrote:
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?