Connection via proxysql
shafiev opened this issue · 6 comments
shafiev commented
Is there way to work through a proxysql ? The standart schema is
clickhouse ---> proxysql ---> mysql master 1
sunsingerus commented
What for?
shafiev commented
What for?
For route for live master if old is dead( classical pair orchestrator + proxysql)
shafiev commented
@sunsingerus Please explain what you don't understand ?
sunsingerus commented
What exact use case proposed approach is supposed to cover? I am not that familiar with proxysql
and have no clear understanding on whether proxysql
is capable to proxy mysql log replay from master to slave.
shafiev commented
The case that - need to automatically change to current master to prevent data loss.
sv3t0sl4v commented
Possibly make each node slave of the remaining one and pump MySQL data to ClickHouse only from self? Interested in that kind of solutions, too.