Get Excited About Postgres 18

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

PostgreSQL 18 introduces significant performance improvements including asynchronous I/O for faster reads, UUID v7 support for better indexing, B-tree skip scans for multi-column indexes, virtual generated columns as the default, and OAuth 2.0 authentication support. The async I/O feature allows workers to batch reads and optimize idle time, while UUID v7 provides better locality through timestamp-based prefixes. Skip scans enable using multi-column indexes even when leading columns aren't in query conditions, and virtual generated columns compute values on-the-fly without storage overhead.

8m read timeFrom crunchydata.com
Post cover image
Table of contents
Asynchronous i/oUUID v7B-tree skip scansGenerated columns on-the-flyOAUTH 2.0Postgres versions are packed with other improvements
2 Comments

Sort: