Tech News
Все новости AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Последние новости

⚑ Сообщить о проблеме

Tech news from the best sources

Все темы AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev testing tutorial typescript webdev
Все EN RU
EN

“PostgreSQL resolves uniqueness through heap tuple visibility”

I recently commented on Jonathan Lewis’s blog, Savepoint Funny , where I compared how PostgreSQL handles uniqueness differently: “PostgreSQL resolve…

postgresdatabaseindexinternals
Dev.to Jul 9, 2026, 15:56 UTC
EN

1.4.10 Planner Hook: When It Fires, How to Use It

Everything from 1.4.1 through 1.4.9 happened inside a single function, standard_planner() . Building paths, costing them, searching for a join order…

postgresdatabaseinternalsplanner
Dev.to Jun 21, 2026, 09:10 UTC
EN

1.4.9 Planner Preprocessing: Subquery Pull-up, Predicate Pushdown, Equivalence Classes

So far we have seen the planner build candidate paths and rank them by cost, choose join methods and join orders, and estimate those costs from stat…

postgresdatabaseinternalsplanner
Dev.to Jun 21, 2026, 09:09 UTC
EN

1.4.7 Parallel Cost: When to Go Parallel and How Many Workers

The planner weighs how to read a table, how to join, and how to aggregate by cost, and picks the cheapest candidate. Parallel query is one more deci…

postgresdatabaseinternalsplanner
Dev.to Jun 21, 2026, 09:07 UTC
EN

1.4.6 Aggregate Cost: Choosing HashAgg vs GroupAgg

A query like SELECT region, COUNT(*) FROM sales GROUP BY region folds many rows together, collapsing each group into a single value. This folding of…

postgresdatabaseinternalsplanner
Dev.to Jun 21, 2026, 09:06 UTC
EN

Deep Inside the COM: Hunting the COM Global Interface Table (GIT)

If you've worked with classic Windows COM for any decent amount of time, you've almost certainly run into this frustrating reality: an interface poi…

windowscomresearchinternals
Dev.to Jun 4, 2026, 11:30 UTC
EN

1.2.1 From SQL Text to Raw Parse Tree

A line like SELECT name FROM users WHERE id = 1 arrives at the backend. As we saw in 1.1.1, the backend is a child process forked by the postmaster…

postgresdatabaseinternalsparser
Dev.to May 6, 2026, 02:06 UTC
EN

1.2 Parser and Analyzer: How SQL Gets Its Meaning

A line like SELECT name FROM users WHERE id = 1 is just text when the client sends it. The first thing the backend does after receiving it is figure…

postgresdatabaseinternalsparser
Dev.to May 6, 2026, 02:05 UTC
EN

1.1.3 Optimizable vs Utility

Inside the five-stage pipeline from 1.1.1, there is another fork right after the parser. PostgreSQL classifies every SQL command into one of two cam…

postgresdatabaseinternalssql
Dev.to May 5, 2026, 07:36 UTC
EN

1.1.2 Simple vs Extended

The fork visible in 1.1.1 (simple query protocol on one side, extended on the other) is the subject of this section, one level deeper. 1.1.1 set the…

postgresdatabaseinternalsprotocol
Dev.to May 5, 2026, 04:35 UTC
EN

Internals: Go 1.24 Garbage Collector Updates and How They Reduce Latency for gRPC Services

For high-throughput gRPC services, Go's garbage collector was once the silent killer of p99 latency—until Go 1.24 slashed stop-the-world (STW) pause…

internalsgarbagecollectorupdates
Dev.to May 4, 2026, 14:35 UTC

© Tech News — Агрегатор новостей

English Русский
Карта сайта Правовая информация Конфиденциальность Условия использования Авторские права / Удаление Контакт DSA

Выход с сайта

Вы собираетесь открыть внешний сайт:

Продолжить →