ClickHouse/clickhouse-cpp

Subscription for data updates

vvpnet opened this issue · 1 comments

Hello everyone Tell me how can I subscribe to update data from clickhouse tables? Are there any solutions?

Enmk commented

ClickHouse has a LIVE VIEW feature, but unfortunately there is no support for this from clickhouse-cpp side. I don't think that is going to be too hard to implement, so you are welcome to submit a PR.