PNixx / clickhouse-activerecord

A Ruby database ActiveRecord driver for ClickHouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ch can now delete - Model.delete_all leads to error: delete is not supported

schorsch opened this issue · comments

See the clickhouse docs for delete

I'll see if i can fix that in my fork.

This is experimental function

uups, yes just stumbled into this error msg:

Lightweight delete mutate is experimental. Setallow_experimental_lightweight_delete setting to enable it

Still diving into the details of CH, wonder how to get rid of the data without ALTER table

Thanks for the hint, i'll dive into it!

@PNixx this is no longer experimental as of 23.3.

Thanks, I'll check it

Released in v1.0.1