A post by ANKUSH CHOUDHARY JOHAL


Inside the five-stage pipeline from 1.1.1, there is another fork right after the parser. PostgreSQL....

The fork visible in 1.1.1 — simple query protocol on one side, extended on the other — is the subjec...

A line like SELECT name FROM users WHERE id = 1 arrives at the backend. As we saw in 1.1.1, the...

A raw parse tree captures the structure of SQL text, but not what that structure refers to. Whether....

PostgreSQL Internals · Chapter 1 Query Processing · 1.1 Where Does a Query Go? This section is the....

PostgreSQL Internals · Chapter 1 Query Processing Suppose a client sends SELECT * FROM users WHERE....