smi2 / phpClickHouse

php ClickHouse wrapper
MIT License
750 stars 139 forks source link

FR: progressFunction on write #191

Open fagzal opened 1 year ago

fagzal commented 1 year ago

Currently, progressFunction(...) works for select(...) only. If would be nice to track the progress of longer write operations as well.

The ClickHouse CLI client can do that, so I would assume the protocol allows it.