Is there a way to see Query History, but only for a specific time period?
Is there a way to see Query History, but only for a specific time period (for example, the last 24 hours)?
1 Reply
ambitious-aqua•6mo ago
You can run your own queries by installing the pg_stat_statements extension on your database. That's what Neon's Query History page uses.
https://neon.tech/docs/introduction/monitor-query-history#running-your-own-queries
Neon
Monitor query history - Neon Docs
You can monitor query history for your Neon project from the Monitoring page in the Neon Console. 1. In the Neon Console, select a project. 2. Go to Monitoring. 3. Select the Query History tab. The Qu...