Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question about table partitioning.
java2e_at_yahoo.com (Kev.-) writes:
> Hello,
>
> The table I have will become very large over time 50+ million rows.
> Would I be better off partitioning the table to get better
> performance? If I do this how much speed can I gain from it?
The main benefit of partitioning is that you can delete data more easily. Performancewise partitioning is not better than an index, you may however get performance benefits in situations when an index would normally not be used. Received on Sat Apr 21 2001 - 09:32:35 CDT
![]() |
![]() |