Hello Percona Community,
We would like to find guidance on managing large write transactions (MBs/thousands of rows) that are impacting Percona XtraDB Cluster performance. Could you briefly explain the mechanism inside Percona XtraDB cluster that causes these large writes to trigger Flow Control (FC) and throttle the cluster?
Which status variables should we check to confirm FC activity and the replication queue size? Is it - wsrep_flow_control_paused, wsrep_local_recv_queue_avg? Finally, what are the most important settings or general practices we can change to stop large transactions from slowing down the cluster?
Thank you!