#query-performance

[ follow ]
fromNew Relic
4 days ago

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.
Data science
fromMarcin Wanago Blog - JavaScript, both frontend and backend
11 months ago

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.
JavaScript
[ Load more ]