Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Table Spanning
Anton Dischner wrote:
> Hi,
>
> you can have several hundred million rows without problems.
>
> I run such tables.
Even several hundred million rows is small these days. 1TB is not unusual.
> Make shure your indexes are well chosen.
>
> a date column is very helpful.
>
> statemants like:
>
> select ... where mydate between '1.1.2004' and '31.1.2004'
Especially is range partitioning.
> for fast handling, creating a smaller extract of your table and using
> this is often a faster solution.
I think these care called materialized views.
> With other words: Use partitioning only where absolut necessary.
> I strongly believe you do not have to use partitioning.
I strongly believe you have little or no experience with partitioning. The only downside is the cost, to Oracle, for the licensing. And if you have that much data ... the money isn't a significant hurdle.
>
> HTH,
>
> Toni
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Mon Jan 26 2004 - 11:54:00 CST
![]() |
![]() |