Effectively manage row deletion using MySQL partitioning
January 26, 2019 -Partitioning usage is not limited behind load balancing. In fact, partitioning can be used to make data more manageable. A practical use case is managing row deletion, which is featured in this article.