I have an INSERT query which adds an order to the DB, it has been running on a production server successfully for a few years, today around 10% of these INSERTs have not appeared in the DB table, there have been no changes to the code that runs this query so I'm assuming this is performance based as the server is certainly under a heavier load recently.
The table is MyISAM with around 90,000 records running on a CentOS server.
Are there any troubleshooting methods I can use to see why the query is not inserting the data as I feel the server itself is the bottleneck?