As I have described in another recent blog post, “What is structured data and its hold on DBAs about?” on this blog, structured data is here to stay, even as unstructured data becomes more prevalent a...
A question came to me from a DBA friend asking about SQL differences between releases of the database. IE: behavioral differences in SQL processing.
The question posed by this person was that they fe...
Postgres includes lots of monitoring tools that allow you to see what is happening, but there are a few settings that really go into detail, e.g. log_statement_stats:
SET client_min_messages = log;
S...