-
Partition method?
Table X : 25mil records
Column A: Varchar2 (6) has 3 distinct values ‘100’,’200’,’300’
I want to partition table X but I am not sure what partition method to chose.
Please advise
thanks
-
What do you hope to acomplish by partitioning?
Jeff Hunter
-
faster access of the table
We frequently (many times daily) query table X by the Column A .
-
Don't you think specifying your database release would have anything to do with the available partitioning method?
Pre 8.0: no method available
8.0: 1 method available
8i: 3 methods available
9i: 4 methods available
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
-
In your case either Range or List partitioning. Hash isn't helpful for partition pruning.
OCP 8i, 9i DBA
Brisbane Australia
-
Here is a short presentation on different partitioning methods in 9i R2
http://www.nocoug.org/presentations.html
Look for Oracle 9.2.0 Partitioning by Eric Yen
E. Yen
OCP DBA 8, 8i, 9i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|