
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Dev blog</title>
      <link>https://victorsh.dev/blog</link>
      <description>Dev blog</description>
      <language>en-us</language>
      <managingEditor>iam@victorsh.dev (Victor Shirokiy)</managingEditor>
      <webMaster>iam@victorsh.dev (Victor Shirokiy)</webMaster>
      <lastBuildDate>Mon, 22 Jun 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://victorsh.dev/tags/data-engineering/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://victorsh.dev/blog/migrate-clickhouse-materialized-view-to-explicit-target</guid>
    <title>How to ALTER the structure of an implicit ClickHouse Materialized View</title>
    <link>https://victorsh.dev/blog/migrate-clickhouse-materialized-view-to-explicit-target</link>
    <description>You cannot ALTER the column structure of an implicit Materialized View directly. Here is how to convert it to an explicit TO target table first, run your ALTER, and rebuild the view without POPULATE or data loss.</description>
    <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
    <author>iam@victorsh.dev (Victor Shirokiy)</author>
    <category>clickhouse</category><category>materialized view</category><category>database</category><category>data engineering</category>
  </item>

    </channel>
  </rss>
