Initialize MySQL database inside the docker container with large-volume data
--
Application performance is essential. As a web application developer, I do everything to guarantee that my code will run fast. One of the offenders of the application response time is communication with a database.
Offen during development a small amount of data is used to test the code. But when the application goes to production it…