PNixx / clickhouse-activerecord

A Ruby database ActiveRecord driver for ClickHouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Clickhouse delete is not supported" why is that?

1c7 opened this issue · comments

Hi, I am getting this message

image

I am not sure this is a feature or bug.
I should be allow to run destory_all

TRUNCATE TABLE [table_name]

this sql works for me

Clickhouse does not support deleting data from a table. The truncate command is used to clear the entire table.