Make async_insert=0 configurable
mzitnik opened this issue · 1 comments
mzitnik commented
Since currently async_insert does not work with RowBinaryWithDeafults
we have disabled it
Paultagoras commented
This is technically configurable because we set override to false: this.addClickHouseSetting("async_insert", "0", false);
If someone settings async_insert=1 in clickhouseSettings, it'll stay.