mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Change some awkward wording in the pg_autovacuum README file. I really
only read this because of Niel :-) Robert Treat
This commit is contained in:
parent
163f0b2d48
commit
7ceadb8fab
@ -35,7 +35,7 @@ have been resolved. Please report any problems to the hackers list.
|
|||||||
|
|
||||||
pg_autovacuum requires that the statistics system be enabled and
|
pg_autovacuum requires that the statistics system be enabled and
|
||||||
reporting row level stats. The overhead of the stats system has been
|
reporting row level stats. The overhead of the stats system has been
|
||||||
shown to be significant costly under certain workloads. For instance,
|
shown to have a significant cost under certain workloads. For instance,
|
||||||
a tight loop of queries performing "select 1" was found to run nearly
|
a tight loop of queries performing "select 1" was found to run nearly
|
||||||
30% slower when stats were enabled. However, in practice, with more
|
30% slower when stats were enabled. However, in practice, with more
|
||||||
realistic workloads, the stats system overhead is usually nominal.
|
realistic workloads, the stats system overhead is usually nominal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user