MySQL database (20 Gigabytes of tables and index) went corrupted. I launched the repair option using MySQL-admin graphic interface. Now it has been running for 24 hours. When I have checked the MyISAM options (buffers, threads, etc.) I have realized that they are extremely low performance: 1 repair thread, 8 Mb of sort buffer...
My question is what is better: to stop the repair process and launch again with a better configuration, or keep it on running and wait. Is there any way to know what is doing the repair process or how much will it take?
Thanks