autovacuum_naptime docs

2023-04-05 Thread Maciek Sakrejda
Some colleagues and I were looking at the autovacuum_naptime documentation recently, and we were confused about the exact mechanism at work here: >Specifies the minimum delay between autovacuum runs on any given database. In >each round the daemon examines the database and issues VACUUM and ANALY

ORDER BY in materialized view example?

2021-11-22 Thread Maciek Sakrejda
An example in the materialized view documentation [1] includes an ORDER BY clause without a clear reason. Does it help build the index more efficiently? I suppose it's also sort of like a CLUSTER? But it seems like the ORDER BY should either be explained or dropped: as is, this gives the impressio

Re: ORDER BY in materialized view example?

2021-11-28 Thread Maciek Sakrejda
Peter Eisentraut writes: > >> On 23.11.21 07:18, Maciek Sakrejda wrote: > >>> An example in the materialized view documentation [1] includes an ORDER > >>> BY clause without a clear reason. Does it help build the index more > >>> efficiently? I suppose

Re: Usability ideas: text width and headers that are links

2022-11-08 Thread Maciek Sakrejda
On Mon, Nov 7, 2022 at 1:41 AM Alvaro Herrera wrote: > On 2022-Oct-21, Niels Bom wrote: > > Setting a max-width on regular textual content is good for > > readability, which in turn increases accessibility. See this W3C a11y > > documentation (1) and an a11y page by the US government (2) for more