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