skip to content
Pradeep Chhetri

Software Engineer. Writing about databases, infrastructure, and distributed systems.

Main navigation

  • Home
  • Blog
  • TIL
GitHub LinkedIn RSS

Blog

Technical writing, notes, and experiments around databases and infrastructure.

  • Using Swap with ClickHouse

    Sep 6, 2025

    Engineers have a common misunderstanding that swap slows down the system. Hence they prefer not to use swap at all. ClickHouse being the 3I/ATLAS of databases world, definitely can't afford to slow...

    Tags:
    • clickhouse
    • linux
    • swap
    • zram
  • ClickHouse Time-Series Table Engine

    Jun 4, 2024

    As you know, ClickHouse is an efficient OLAP database with an optimized storage engine called MergeTree. This storage engine is thoughtfully designed so that it can fulfil wide range of OLAP use-ca...

    Tags:
    • clickhouse
    • server
    • prometheus
  • Lesser Known Features of ClickHouse

    May 30, 2022

    ClickHouse can do lot more than a typical database. In this post, we will look at some of the features which are built into ClickHouse which you might not be aware of. clickhouse-local is a tool wh...

    Tags:
    • clickhouse
  • ClickHouse Keeper

    Apr 3, 2022

    ClickHouse recently replaced ZooKeeper with their own implementation ClickHouse-Keeper which can either run as part of ClickHouse server or as a standalone server. Unlike Zookeeper which uses ZAB a...

    Tags:
    • clickhouse
    • keeper
  • Databases to keep an eye on

    Jan 4, 2022

    Database market is huge and is constantly evolving. Databases being the centre of all applications, is one of the key component whose performance directly impact the product. We not only find start...

    Tags:
    • database
    • duckdb
    • rqlite
    • sled
    • edgedb
    • seaweedfs
    • tensorbase
  • ClickHouse vs TimescaleDB

    Oct 28, 2021

    Special thanks to Ilya for extending this blog by adding remaining ClickHouse equivalent queries (Window functions, Joins and Geo queries) from the TimescaleDB docs. Your feedback and help is much ...

    Tags:
    • benchmark
    • clickhouse
    • timescaledb
  • OLAP Databases

    Oct 5, 2020

    Recently, I came across a new embedded analytics database, DuckDB which I found inspired from two of my favorite ones SQLite and ClickHouse. DuckDB looked very interesting since I find that it fill...

    Tags:
    • sqlite
    • duckdb
    • clickhouse

© 2026 Pradeep Chhetri