MySQL Forums
Forum List  »  Partitioning

Re: Partitioning help
Posted by: Naresh Kondeboina
Date: September 27, 2012 08:38PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
2676
September 25, 2012 02:09PM
1483
September 27, 2012 01:12PM
Re: Partitioning help
1515
September 27, 2012 08:38PM
1431
October 01, 2012 11:54PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.