PostgreSQL 18 – Virtual Generated Columns
hashrocket.com·4h·
Discuss: Hacker News
Flag this post

Heading image for post: PostgreSQL 18 - VIRTUAL Generated Columns

PostgreSQL 18 introduces a very useful feature: VIRTUAL generated columns. These columns compute values on-the-fly at query time instead of storing them on disk, giving you the flexibility to choose between storage efficiency and query performance.

This is the third post in our series exploring PostgreSQL 18 new features, released about a month ago. If you want to catch up on the series, here are the previous posts:

  • PG 18 - UUIDv7
  • [PG 18 - OLD and NEW for tracking UPSERTs](https://hashrocket.com/…

Similar Posts

Loading similar posts...