View Single Post
Join Date: Nov 2008
Posts: 2
Reputation: jude_acclaim is an unknown quantity at this point 
Solved Threads: 0
jude_acclaim jude_acclaim is offline Offline
Newbie Poster

Help table partition design mysql

 
0
  #1
Nov 20th, 2008
I design a database on Mysql , one of the tables is call 'account' which contains user related information like username, email address etc.
Due to large amount of user data running in millions of record, I have decided to partition the account table. The first partition should contain username starting with A - G, second partition H - O and the last partition from P - Z.

Also, I plan to index with username field
Please help me with the query for table creation and inserting data on the table.

Thx in adv.
Reply With Quote