Open LPeng111 opened 8 months ago
how much data? redis is very likely the bottleneck here.
About 500 rows per second. My goal is to periodically transfer data that meets certain criteria to Redis.
It's possible that the concern lies with the cumulative number of schemas and databases present on the MySQL host. Maxwell's operational procedure involves reading and storing schemas within its designated tables.
In instances (Mysql Host
in your case) where a substantial number of databases or larger schemas are present, the initialization of Maxwell upon startup may incur delays. However, once this initialization phase concludes, Maxwell seamlessly continues to ingest binary logs in real-time.
I use maxwell to synchronize MySQL data to Redis, but there is a delay of nearly 30 minutes. How can I improve Maxwell's performance
Here is my configuration.