Handling very large data with mysql
Can MySQL reasonably perform queries on billions of rows? — MySQL can ‘handle’ billions of rows. “Reasonably” depends on the queries; let’s see them. Is InnoDB (MySQL 5.5.8) the right choice for multi-billion rows? — 5.7 has some improvements, but 5.5 is pretty good, in spite of being nearly 6 8 years old, and on … Read more