Just plopping this in here to keep track of – when I have some time I need to go through and poke around in each one… especially the pg_stat_statements one! https://www.craigkerstiens.com/2024/10/18/the-future-of-postgres/
Category: SQL
I do a lot of troubleshooting using SQL data and while I find the Jupyter notebooks in Azure Data Studio (ADS) useful, one thing that is frustrating is the inability to pass variables across code blocks. I will frequently need to limit queries to a date range, or a customer, and since variables can’t be…