Search Articles — Sudonull

Search Results

In this project

Dictionaries in ClickHouse: fast lookup without JOIN

https://sudonull.com/dictionaries-in-clickhouse-fast-lookup-without-join

How to use ClickHouse dictionaries to replace JOIN with microsecond in-memory lookup. Types: flat/hashed/range, data sources, dictGet, and examples for gambling.

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.

Link Theory in Data Models

https://sudonull.com/link-theory-in-data-models

Study link theory: from relational n-tuples to unified duplets R → R². Comparison with graphs and SQL for middle/senior developers. Dive into the formalism.

ClickHouse in Docker: launch analytics in 2 minutes

https://sudonull.com/clickhouse-in-docker-launch-analytics-in-2-minutes

Step-by-step guide to running ClickHouse in Docker: docker run, docker-compose for dev and production, replication with ZooKeeper, ClickHouse + Kafka + Redis stack. Ready configs.

From other projects

AlphaFold DB: How AI Predicted 200 Million Proteins

https://ymaho.com/alphafold-db-how-ai-predicted-200-million-proteins

DeepMind's AlphaFold database contains over 200 million protein structures. Learn how this accelerates drug discovery and transforms science. Read more in the article.

Women's Health Centers Moscow: A New Standard

https://ymaho.com/women-s-health-centers-moscow-a-new-standard

How the Reform of Women's Health Centers in Moscow Is Changing the Market: Free IVF, Cryopreservation, and a Unified Database. Find Out What Awaits Private Medicine.

Trending Now