MySQL Forums
Forum List  »  Partitioning

Partitioning help
Posted by: Naresh Kondeboina
Date: September 25, 2012 02:09PM

Hi,

I am new to MySql partitioning. I need some help on partitioning my tables.

My db is having 2 tables:

Table T1:
Schema: (C1 int auto_incr PK, C2 int not null,c3....)
Total Records: 2.5Million
Partitioning col: C2(Range partition with 6 partitions)

Table T2;
Schema: (D1 int auto_incr PK, C1 FK to T1, D2,D3,...)
TotalRecords: >6Million

Question here is, Can I make partitions for T2 based on C2 as they are more co related.

Options: ReplyQuote


Subject
Views
Written By
Posted
Partitioning help
2594
September 25, 2012 02:09PM
1471
September 27, 2012 01:12PM
1491
September 27, 2012 08:38PM
1413
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.