I always get timeouts when using admin panel especially on dispatch=products.manage.
The logs indicate the following error:
Lock wait timeout exceeded; try restarting transaction (1205)
I believe I need to change the max wait timeout but I’m not sure which setting in the DB?
I use AWS RDS mySQL 8.0.33
This is strange behaviour for a table with such a small number of rows. What are the hardware specifications of the server where your database is hosted?
2.5GHz may not be enough to support an ever-growing database. In this case, you could try renting the AWS RDS service and migrating your database there. As far as I know, its performance is good and it is ready to scale.