Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Quick question about table partitioning?

Re: Quick question about table partitioning?

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 16 Apr 2001 20:35:31 -0700
Message-ID: <3ADBBA03.E038197A@exesolutions.com>

The answer is far more complex than the question. What operating system on what platform with how much RAM? How many users are simultaneously accessing the table, what SQL is being run against it? What indexes are on it? And other than the CLOB field, how big is the row?

Daniel A. Morgan

"Kev.-" wrote:

> 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?
>
> Also I know I have to re-create the table but can I do an insert into
> select * from x even though there is a CLOB column invloved?
>
> I figure if I have the partitions on the category ids this would help
> the query as it would only have to search on that category within the
> partition. but how would it work if I wanted to search across
> multiple categories at one time?
>
> Thanks,
>
> Kev.-
Received on Mon Apr 16 2001 - 22:35:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US