So we have been getting a decent amount of server crashes lately and I was wondering if anyone had input as to why.
This morning I have been running some database requests through for about 30 records. I select the records, change the values of one value in the table, and write it back to the database.
The server has just crashed now and I'm wondering if there is any way that could have to do with my code? If 30 records can crash the server then we are in trouble when we try to access all 15,000 products...
It is also notable that we use Magento (can tend to be more robust than necessary at times)
Any thoughts?