Ihar Hancharenka b297da324e m
2025-01-11 17:55:25 +03:00

27 строки
798 B
Plaintext

https://clickhouse.com/docs/en/updating-data
https://clickhouse.com/docs/en/guides/developer/lightweight-delete#lightweight-delete-internals
Clickhouse - Internal Structure of p19
https://www.youtube.com/playlist?list=PL0Z2YDlm0b3jsHXli7yll7CGHI9qyALmK
mutations
https://clickhouse.com/docs/en/sql-reference/statements/alter#mutations
alter ... update|delete
set mutations_sync 1
https://clickhouse.com/docs/en/optimize/skipping-indexes
! no secondary indices, because data is not stored in rows
skip inexes (skp_idx_)
... alter table <> materialize index <> ... to apply newly added index
2023
https://clickhouse.com/blog/handling-updates-and-deletes-in-clickhouse
https://habr.com/ru/companies/oleg-bunin/articles/726570/
! perf-opt
system db
\c system
\d
query_log