<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ClickHouse Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/</link>
    <description>Recent content in ClickHouse Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/clickhouse/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ClickHouse Cheatsheet 01 — ClickHouse Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/01-basics-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/01-basics-cheatsheet/</guid>
      <description>ClickHouse basics — install, MergeTree, queries.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 02 — MergeTree Engines</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/02-engines-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/02-engines-cheatsheet/</guid>
      <description>ClickHouse engines — MergeTree family.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 03 — Materialized Views</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/03-mv-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/03-mv-cheatsheet/</guid>
      <description>ClickHouse materialized views — incremental aggregation.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 04 — Query Optimization</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/04-query-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/04-query-cheatsheet/</guid>
      <description>ClickHouse query optimization — primary key, projections, sampling.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 05 — Compression</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/05-compression-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/05-compression-cheatsheet/</guid>
      <description>ClickHouse compression — codecs, low-cardinality.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 06 — Distributed Cluster</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/06-cluster-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/06-cluster-cheatsheet/</guid>
      <description>ClickHouse cluster — shards, replicas, Distributed.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 07 — Ingest Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/07-ingest-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/07-ingest-cheatsheet/</guid>
      <description>ClickHouse ingest — batching, Kafka, async.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 08 — Time-Series Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/08-timeseries-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/08-timeseries-cheatsheet/</guid>
      <description>ClickHouse time-series — bucketing, rollups, retention.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 09 — Window Functions and Analytics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/09-window-functions-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/09-window-functions-cheatsheet/</guid>
      <description>ClickHouse window functions, retention, funnels.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 10 — Backup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/10-backup-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/10-backup-cheatsheet/</guid>
      <description>ClickHouse backup — BACKUP, FREEZE, S3.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 11 — Settings and Tuning</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/11-settings-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/11-settings-cheatsheet/</guid>
      <description>ClickHouse settings — memory, threads, profiles.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 12 — Operations and Monitoring</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/12-ops-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/12-ops-cheatsheet/</guid>
      <description>ClickHouse ops — system tables, metrics.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 13 — Joins and Subqueries</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/13-joins-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/13-joins-cheatsheet/</guid>
      <description>ClickHouse joins — types and tradeoffs.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 14 — Arrays and Maps</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/14-arrays-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/14-arrays-cheatsheet/</guid>
      <description>ClickHouse arrays — operations, JSON, Map.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 15 — String Functions</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/15-strings-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/15-strings-cheatsheet/</guid>
      <description>ClickHouse string functions.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 16 — Best Practices</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/16-best-practices-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/16-best-practices-cheatsheet/</guid>
      <description>ClickHouse best practices.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 17 — Integration Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/17-integration-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/17-integration-cheatsheet/</guid>
      <description>ClickHouse integration — Python, Node, Grafana.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 18 — Use Cases</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/18-use-cases-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/18-use-cases-cheatsheet/</guid>
      <description>ClickHouse use cases — logs, metrics, analytics.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 19 — Common Pitfalls</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/19-pitfalls-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/19-pitfalls-cheatsheet/</guid>
      <description>ClickHouse pitfalls — what to avoid.</description>
    </item>
    <item>
      <title>ClickHouse Cheatsheet 20 — Production Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/clickhouse/20-production-cheatsheet/</link>
      <pubDate>Fri, 29 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/clickhouse/20-production-cheatsheet/</guid>
      <description>Production ClickHouse.</description>
    </item>
  </channel>
</rss>
