DP
Size: a a a
DP
A
D
A
AJ
AB
EK
AJ
D
vacuum_cost_page_hit = 1
vacuum_cost_page_miss = 10
vacuum_cost_page_dirty = 20
That is, if the page is read from shared_buffers, it counts as 1. If it’s not found in shared_buffers and needs to be read from the OS, it counts as 10 (it might still be served from RAM, but we don’t know). And finally, if the page is dirtied by the cleanup, it counts as 20. That allows us to compute “cost of work” done by autovacuum.
if the page is dirtied by the cleanup
- вот это меня вводит в заблуждение. dirtied
из -за очистки если ее по сути уже нет?D
YS
vacuum_cost_page_hit = 1
vacuum_cost_page_miss = 10
vacuum_cost_page_dirty = 20
That is, if the page is read from shared_buffers, it counts as 1. If it’s not found in shared_buffers and needs to be read from the OS, it counts as 10 (it might still be served from RAM, but we don’t know). And finally, if the page is dirtied by the cleanup, it counts as 20. That allows us to compute “cost of work” done by autovacuum.
if the page is dirtied by the cleanup
- вот это меня вводит в заблуждение. dirtied
из -за очистки если ее по сути уже нет?dirtied
из -за очистки если ее по сути уже нет?SG
E
vacuum_cost_page_hit = 1
vacuum_cost_page_miss = 10
vacuum_cost_page_dirty = 20
That is, if the page is read from shared_buffers, it counts as 1. If it’s not found in shared_buffers and needs to be read from the OS, it counts as 10 (it might still be served from RAM, but we don’t know). And finally, if the page is dirtied by the cleanup, it counts as 20. That allows us to compute “cost of work” done by autovacuum.
if the page is dirtied by the cleanup
- вот это меня вводит в заблуждение. dirtied
из -за очистки если ее по сути уже нет?k🥔
Seq Scan on company (cost=0.00..11.40 rows=140 width=520)
DA
D
s
vacuum_cost_page_hit = 1
vacuum_cost_page_miss = 10
vacuum_cost_page_dirty = 20
That is, if the page is read from shared_buffers, it counts as 1. If it’s not found in shared_buffers and needs to be read from the OS, it counts as 10 (it might still be served from RAM, but we don’t know). And finally, if the page is dirtied by the cleanup, it counts as 20. That allows us to compute “cost of work” done by autovacuum.
if the page is dirtied by the cleanup
- вот это меня вводит в заблуждение. dirtied
из -за очистки если ее по сути уже нет?YS
D
AL