New on LowEndTalk? Please Register and read our Community Rules.
How MySQL Works?
Guys,
Does anyone have idea on this?
I have connected MySQL through ProxySQL, and the DB Size is less than 1GB, whereas when I am checking the usage of the port, I see that
ProxySQL and MySQL are doing 10Gbps transactions every second at max.
What exactly they mean as transaction and if they are of text, then how come it comes around that huge size?
Comments
WoW
What did the docs say when you checked them?
Have you tried using it without ProxySQL and see if that makes any difference? That seems really high usage for 1GB DB.
How to load balance read and write without proxysql?
If you can, then try to install percona monitoring client and server on the same instance and you will see what queries are getting execute at what rate.
Installation and operational instructions on that are beyond this forum. Read the documentation to install and monitor your instance.
fix your sql queries, make proper use of indexes and consider caching before the proxy?