You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The row is deleted only when OPTIMIZE ... FINAL CLEANUP. This CLEANUP special keyword is not allowed by default unless allow_experimental_replacing_merge_with_cleanup MergeTree setting is enabled.
now it works only when changing settings manually
ALTERTABLE test MODIFY SETTING allow_experimental_replacing_merge_with_cleanup =1;
The text was updated successfully, but these errors were encountered:
https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/replacingmergetree
now it works only when changing settings manually
The text was updated successfully, but these errors were encountered: