Steven Jones
Results
2
issues of
Steven Jones
In postgres and some others, `EXPLAIN ANALYZE` executes the query it's explaining, which might itself not be a read query. For example: ``` SQL EXPLAIN ANALYZE DELETE FROM abc; ```...
The first- and last- buckets in date histograms are often incomplete. Rather than showing artificially-low values near the edges (which look like steep declines in whatever metric is aggregated), it'd...