clickhouse-docs
clickhouse-docs copied to clipboard
Clickhouse docs - minor error in Sparse Primary Indexes 2 images
In "Using multiple primary indexes" section there are two images with possible errors. https://clickhouse.com/docs/en/optimize/sparse-primary-indexes#option-2-materialized-views
In docs/en/guides/best-practices/images/sparse-primary-indexes-12b-1.png the primary.idx for implicit table 2
and in docs/en/guides/best-practices/images/sparse-primary-indexes-12c-1.png the primary.idx for hidden table
should have their columns reversed, i.e. URL first and UserID second, but correct me if I'm wrong - I'm only learning about this now.