Search Articles — Sudonull

Search Results

In this project

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.

ruGPT3XL with 8k context: sparse attention

https://sudonull.com/rugpt3xl-with-8k-context-sparse-attention

Expansion of ruGPT3XL to 8k tokens via sparse attention and fine-tuning. PPL 13.00 on gazeta, Triton/SDPA optimization ×1.85. Instructions for developers.

Architecture for 9 trillion records on a server

https://sudonull.com/architecture-for-9-trillion-records-on-a-server

Learn how to store trillions of Milky Way stars in sparse files with Z-encoding. Scalable system without indexes for middle/senior dev. Implement it yourself.

Speeding up regex search with trigrams in Cursor

https://sudonull.com/speeding-up-regex-search-with-trigrams-in-cursor

Local indexing of trigrams and sparse n-grams speeds up code search for AI agents. Reducing time from 15s to milliseconds in large repositories. More details for developers.

ORDER BY and PRIMARY KEY in ClickHouse: index selection

https://sudonull.com/order-by-and-primary-key-in-clickhouse-index-selection

How to correctly choose ORDER BY in ClickHouse: sparse index, column cardinality, equality vs range, verification via EXPLAIN. Rules and examples for gambling.

From the web

Jul 21, 2026 ·

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

Jul 21, 2026 · The meaning of SPARSE is of few and scattered elements; especially : not thickly grown or settled. Synonym Discussion of Sparse .

Apr 2, 2026 ·

https://www.merriam-webster.com/simple/sparse

Apr 2, 2026 · The simple definition of SPARSE is present only in small amounts : less than necessary or normal; especially : thinly covering an area : not thick or full.

Feb 10, 2026 ·

https://englishwordchamps.com/sparse-meaning-and-examples/

Feb 10, 2026 · Practice describing your surroundings with " sparse " and explore its synonyms to expand your vocabulary, making your language richer and more engaging. And hey, don’t forget—using " sparse " appropriately can transform ordinary descriptions into vivid, memorable images.

Searches related to sparse table

https://en.m.wikipedia.org/wiki/Sparse_matrix

A sparse matrix obtained when solving a finite element problem in two dimensions. The non-zero elements are shown in black. In numerical analysis and scientific computing, a sparse matrix or sparse array is a matrix in which most of the elements are zero. [1] There is no strict definition regarding the proportion of zero-value elements for a matrix to qualify as sparse but a common criterion ...

Trending Now