Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: one table with lots of records or more table with less records
If you are using Oracle8 my suggestion is to use one partitioned table.
Assuming an usual system, such as billing, you can define partitions for
each period.
Depending on the number of records, each period may be limited to year,
quarter or month.
Using different physical disks to store tables and indexes also can be
helpful.
Machines with multiple processors can perform parallel query, with
improve the overall performance.
Regards
bgumus_at_my-deja.com wrote:
> HI,
>
> We're creating a big database, and I have a question. What do you all
> think; you better have a big table with 1 billion records or 1000
> tables with 1 million records?
>
> Which one is easier to access and get the data?
> And which one requires less database space?
>
> Thanks in advance.
> Bulent Gumus
> bgumus_at_onboard-software.com
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Sat Jun 05 1999 - 20:48:16 CDT
![]() |
![]() |