Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Latest News

⚑ Report a Problem

Tech news from the best sources

All topics AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops discuss javascript llm machinelearning mcp opensource performance productivity programming python react security showdev tutorial typescript webdev
All 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 resolves …

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 statis…

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 decisi…

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 m…

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 point…

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 wh…

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 o…

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 camps…

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 s…

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) pauses …

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

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →