Database Performance Monitoring - Now GA: Deep Query Analysis
With enhanced Database Performance Monitoring, teams can capture detailed insights into slow queries, database wait types, and query execution plans directly from their database instances.
API with NestJS #161. Generated columns with the Drizzle ORM and PostgreSQL
With virtual generated columns, we avoid using additional disk storage. Instead, the database calculates their value on demand, for example, during a query. However, PostgreSQL currently lacks support for the virtual generated columns.