stefanproell / flughafendb

The Flughafen DB repository containing a large MySQL data set for training, learning and testing
25 stars 6 forks source link

Load of this data is slow #4

Closed grypyrg closed 4 years ago

grypyrg commented 4 years ago

Loading this data is slow as it's a set of SQL files containing INSERT statements.

Consider providing a MySQL Shell Dump of the data, which allow the MySQL Shell Load to load the data in many threads. Demo: https://mysqlserverteam.com/mysql-shell-dump-load-part-1-demo/