Search Articles — Sudonull

Search Results

In this project

ClickHouse with Airflow instead of PostgreSQL for Big Data

https://sudonull.com/clickhouse-with-airflow-instead-of-postgresql-for-big-data

Learn why Airflow + ClickHouse is displacing PostgreSQL in analytics. Performance comparison, examples for data engineers. Switch to columnar DB for ETL pipelines.

MergeTree in ClickHouse: granules, parts, and sparse index

https://sudonull.com/mergetree-in-clickhouse-granules-parts-and-sparse-index

MergeTree structure using a bids table example: part, granule, mark, merge of parts, ORDER BY vs PRIMARY KEY, partitioning, EXPLAIN indexes, partition management.

From the web

What is a Columnar Database? - GeeksforGeeks

https://www.geeksforgeeks.org/dbms/what-is-a-columnar-database/

Jul 23, 2025 · Columnar databases are those where the data is stored in columns instead of rows as is done in the traditional row …

What is a Columnar Database? How It Works + Best Use Cases and …

https://estuary.dev/blog/columnar-database/

Mar 5, 2026 · A columnar database is a type of database that stores data in columns rather than rows. This storage format is …

Columnar Databases (Use Cases, Examples, Advantages

https://databasetown.com/columnar-databases/

Oct 3, 2023 · A columnar database, also known as a column-oriented database, stores data tables by column rather than by row. …

What is a columnar database? | Engineering | ClickHouse Resource …

https://clickhouse.com/resources/engineering/what-is-columnar-database

May 25, 2026 · What is a columnar database? A columnar database is an OLAP-oriented system that stores each column of a table …

What are columnar databases? Here are 35 examples. - Tinybird

https://www.tinybird.co/blog/what-is-a-columnar-database

May 18, 2026 · A columnar database, also known as a column oriented database, is a type of database management system (DBMS) …

Back To The Basics: What Is Columnar Storage

https://seattledataguy.substack.com/p/back-to-the-basics-what-is-columnar

May 8, 2025 · That’s why analytical databases like BigQuery, Vertica, Snowflake, and Redshift are built with columnar storage under …

Columnar Databases: Column vs Row Storage Explained

https://motherduck.com/learn/columnar-storage-guide/

Compare column vs row storage. Learn how a columnar database works, why it speeds up analytics, and when to use each in this …

7 best columnar database tools for 2026 - Guideflow Blog

https://www.guideflow.com/blog/columnar-database

Jul 15, 2026 · Compare the 7 best columnar database tools for 2026 by workload fit, storage model, and operational reality. A …

20 examples of columnar databases | RisingWave

https://risingwave.com/blog/20-examples-of-columnar-databases/

Jul 16, 2024 · What is a Columnar Database? A columnar database stores data in columns rather than rows. This structure allows for …

Columnar Database: Key Benefits & Examples for 2026 - Atlan

https://atlan.com/what-is/columnar-database/

Nov 10, 2023 · Quick Answer: What is a Columnar Database? A columnar database is a database management system that stores …

Trending Now