I have a MyISAM database table. I am inserting about 360,000 records here using the DISABLE KEYS before and DISABLE KEYS commands after the data is inserted. After entering data into the table, the ENABLE KEYS commands continue, but on a high-performance server it takes more than 17 hours (it currently works and is 17 hours ..). Where could the problem be?
The table has a lot of indexes, and it worked great a few weeks ago. Is this a problem with the configuration of the MySQL server?
source share