/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

di.nmfay.com
| | e7e6.github.io
4.0 parsecs away

Travel
| | With Michael of pgMustard fame current host of #PGSQLPhriday, I could not resist revisiting this rather abondoned place of the interweb. As a short prelude, PGSQL Phriday is a blog event to talk of all things PostgreSQL and this week topic is about pg_stat_statements. pg_stat_statement is a module available since 2009 in Postgres 8.4. It tracks execution statistics on all SQL statements that have been executed. Since version 13, it also tracks planning statistics.
| | curatedsql.com
15.8 parsecs away

Travel
| | [AI summary] A collection of SQL-related blog posts from January 4, 2024, discussing topics like data manipulation, database management, and SQL Server features.
| | themythicalengineer.com
17.6 parsecs away

Travel
| | Blog about Software Engineering
| | sqlservercode.blogspot.com
26.1 parsecs away

Travel
| This came up the other day, someone wanted to know the percentage of NULL values in a column Then I said "I bet you I can run that query...