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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -