Search Articles — Sudonull

Search Results

In this project

Special ClickHouse Engines: When MergeTree Is Not Needed

https://sudonull.com/special-clickhouse-engines-when-mergetree-is-not-needed

Overview of ClickHouse Memory, Buffer, Null, Log, URL, S3, and PostgreSQL Engines. Examples for coefficient cache, buffering inserts from Kafka, and live data from external databases.

ClickHouse Materialized Views: triggers on INSERT

https://sudonull.com/clickhouse-materialized-views-triggers-on-insert

How MV work in ClickHouse: incremental aggregation, chains minute→hour→day, Null+Kafka pattern, POPULATE and its dangers. Examples with SummingMergeTree and AggregatingMergeTree.

ClickHouse Data Types: Complete Reference for Analytics

https://sudonull.com/clickhouse-data-types-complete-reference-for-analytics

Int, Decimal, LowCardinality, DateTime64, Array, Enum, Nullable — where to save space without losing speed. Ready schema for a betting platform with examples.

Zig for network daemons: MTProto and AI experience

https://sudonull.com/zig-for-network-daemons-mtproto-and-ai-experience

Zig analysis in real projects: zero-allocation proxy, vtable for AI, comptime TLS. Comparison with C/Rust, allocation-free architecture. For middle/senior dev.

From other projects

Atletico lost to Celta 0:1 — La Liga match review

https://lrivo.com/atletico-lost-to-celta-0-1-la-liga-match-review

Atletico sensationally lost to Celta (0:1) in the 35th round of La Liga. Iglesias' goal nullified 17 shots from the hosts. Find out the details and match statistics!

From the web

NULL Definition & Meaning - Merriam-Webster

https://www.merriam-webster.com/dictionary/null

Null often pops up in legal and scientific contexts; it was originally used in Scottish law and still carries the meaning "having no legal …

null - JavaScript | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/null

Oct 28, 2025 · JavaScript is unique to have two nullish values: null and undefined. Semantically, their difference is very minor: …

Null operators in C# - C# | Microsoft Learn

https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/null-safety/null-operators

May 11, 2026 · Tip This article is part of the Fundamentals section for developers who know at least one programming language and …

Null - Glossary - MDN

https://developer.mozilla.org/en-US/docs/Glossary/Null

Jul 11, 2025 · In computer science, a null value represents a reference that points, generally intentionally, to a nonexistent or invalid …

NULL | English meaning - Cambridge Dictionary

https://dictionary.cambridge.org/dictionary/english/null

NULL definition: 1. having no legal force: 2. with no value or effect: 3. (of a set or matrix) containing nothing…. Learn more.

SQL NULL Values - IS NULL and IS NOT NULL - W3Schools

https://www.w3schools.com/sql/sql_null_values.asp

A NULL value represents an unknown, missing, or inapplicable data in a database field. It is not a value itself, but a placeholder to …

Null - Wikipedia

https://en.wikipedia.org/wiki/Null

Null character, the zero-valued ASCII character, also designated by NUL, often used as a terminator, separator or filler. This symbol …

A quick and thorough guide to ‘null’: what it is, and how you should …

https://www.freecodecamp.org/news/a-quick-and-thorough-guide-to-null-what-it-is-and-how-you-should-use-it-d170cea62840/

Jun 12, 2018 · null is a fundamental concept in many programming languages. It is ubiquitous in all kinds of source code written in …

What Is Null? - Computer Hope

https://www.computerhope.com/jargon/n/null.htm

Sep 7, 2025 · The concept of null and its significance in computing with our comprehensive definition, examples, and explanations. …

c# - What does null! statement mean? - Stack Overflow

https://stackoverflow.com/questions/54724304/what-does-null-statement-mean

Feb 16, 2019 · It can be used on a type to control Nullability, it is then called the "Null Forgiving Operator". Basically, null! applies the ! …

Trending Now