MySQL 8.0: Scaling and Performance of INFORMATION_SCHEMA
Overview
MySQL 8.0 comes with the new design of INFORMATION_SCHEMA subsystem. The blog MySQL 8.0: Improvements to Information_schema provides an overview of the improvements we made. This blog focuses mainly to demonstrate performance of the INFORMATION_SCHEMA in MySQL 8.0, giving us an idea on the kind of performance gain that one can expect.…
Source: MySQL 8.0: Scaling and Performance of INFORMATION_SCHEMA