Real-time and batch updates in ClickHouse.
createUpdateDataPoolRecordsJob
API.
ALTER TABLE … UPDATE
statement to ClickHouse and monitors its progress. The mutation proceeds part-by-part, partition-by-partition, updating rows in the table.
sauce_name
.'al pastor'
.10
.order.id
.total_price * quantity
or CONCAT(taco_name, '🌮')
.‘al pastor’
.A = B + 1
. The operation yields null if the job encounters a record where B is null. This will result in an error when attempting to assign it to A, since A cannot be null. Consequently, the job fails, and the remaining records remain unchanged, while the records processed before encountering the null value are updated.