10-06-2018, 03:37 AM
Hi guys
I need use partition in my database mysql
I have 3 columns in table
UserID[PrimaryKey],CountryCode,Date
I need make partition table with CountryCode
But because it is not primary key so i cannot use partition base of CountryCode
How do use it?
I need use partition in my database mysql
I have 3 columns in table
UserID[PrimaryKey],CountryCode,Date
I need make partition table with CountryCode
But because it is not primary key so i cannot use partition base of CountryCode
How do use it?