partitioning - How to partition a table in MySQL which has 2 million records -
i having 1 table having around 2 million records. records same node. can't partition based on date, continuously data deleted , inserted every day. , remaining data in string format.
every 15mins, out application taking backup table (only partial data got collected 15mins) , while doing operation, table getting locked , not able access table.
how use partition here.
Comments
Post a Comment