(for individual replies, I'll be commenting on specific areas that have
some form of follow-up; otherwise I'm accepting/rejecting suggestions.
Thanks!)
On 5/29/26 12:45 PM, Greg Sabino Mullane wrote:
>
> > that lets table scans mark pages as visible
>
> This sentence trips me up mentally each time I read it. Not sure of a
> solution.
I took another read - I expanded on it a bit but made it sound less
PostgreSQL inside knowledge specific:
==
PostgreSQL 19 further enhances vacuum with a new strategy that can
automatically reduce future vacuuming work by using making optimizations
while queries are executing.
==
> > making it easier to use logical replication for use cases like upgrades
>
> making it easier for upgrades
Opted for:
==
In PostgreSQL 19, logical replication now replicates sequence values,
simplifying tasks like online upgrades.
==
Thanks!
Jonathan