Re: Partitioning help
For each entry in T1, there is at least one entry in T2. Following is an example:
T1 - Students(id int auto_incr PK, Student_id,class_id,section_id,subject_id) partition by Class_id
T2 - StudentMarks(mid auto_incr PK, id FK to Students, unit_id, marks)
Can I Partition StudentMarks table based on Class_id as i am more interested on my class students?
Occasionally Students table grows, but StudentMarks table grows frequently.
Subject
Views
Written By
Posted
2900
September 25, 2012 02:09PM
1533
September 27, 2012 01:12PM
Re: Partitioning help
1569
September 27, 2012 08:38PM
1470
October 01, 2012 11:54PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.