Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 40 Million rows?
Ken Leach wrote in message <3534C468.2DFF787F_at_ids.net>...
>I have the need to create a table in Oracle 7.3.4 for NT that will hold
>over 40 Million rows...
>I have never worked with a table so huge.. what suggestions do you
>have....
>
>Suggested hardware?
>
>The current data will be given to me in a text file and I will have to
>populate the table somehow, I was thinking of writing a quick little
>delphi application for that. However I am more concerned with how to
>set up Oracle to accept such a HUGE table!?
>
>From what I know of the data there are about 10 columns, and number or
10 columns x 40M rows?
It's not huge.
Anyway you may try to split it into separate tables
by some criteria (say by year or year-month) and then
create a partition view with UNION ALL on all those
separate tables. This is for Oracle 7.3.
In Oracle 8 I would just go for partitioned table
Sergei
>char's. The data will remain static just need to create views and do
>query's off it...
>
>ANY suggestions are welcome.
>
>-Ken Leach
>
Received on Wed Apr 15 1998 - 21:12:12 CDT
![]() |
![]() |