PostgreSQL

BRIN Indexes in PostgreSQL

When SQL Server professionals start working seriously with PostgreSQL, most of the learning curve feels comfortable. Tables behave as expected, transactions are familiar, and B-tree indexes look reassuringly similar to what you have used for years in SQL Server. Then you encounter BRIN indexes. At first glance, they seem almost reckless: no row pointers, no …

BRIN Indexes in PostgreSQL + read more

GiST and SP-GiST Indexes in PostgreSQL

When SQL Server developers begin working with PostgreSQL, indexing usually feels familiar at first. B-tree indexes behave as expected, query plans look readable, and the query planner makes reasonable choices. But PostgreSQL also introduces new index types like GiST and SP-GiST. They do not map cleanly to anything in SQL Server, and documentation often describes …

GiST and SP-GiST Indexes in PostgreSQL + read more

New on YouTube: PostgreSQL Introduction for the SQL Server Professional

In November, I delivered a webcast titled “PostgreSQL Introduction for the SQL Server Professional” – a compact introduction to the most important architectural and conceptual differences between SQL Server and PostgreSQL. You can find here now the recorded version of the webcast: What This Webcast Covers This session is designed for SQL Server professionals who …

New on YouTube: PostgreSQL Introduction for the SQL Server Professional + read more