Re: another autovacuum scheduling thread
| От | Nathan Bossart |
|---|---|
| Тема | Re: another autovacuum scheduling thread |
| Дата | |
| Msg-id | aPp4VyLo2Zqk7oCV@nathan обсуждение исходный текст |
| Ответ на | Re: another autovacuum scheduling thread (Sami Imseih <samimseih@gmail.com>) |
| Ответы |
Re: another autovacuum scheduling thread
|
| Список | pgsql-hackers |
On Thu, Oct 23, 2025 at 01:22:24PM -0500, Sami Imseih wrote: > I was looking at v3, and I understand the formula will be updated in the > next version. However, do you think we should benchmark the approach > of using an intermediary list to store the eligible tables and sorting > that list, > which may cause larger performance overhead for databases with hundreds > of tables that may all be eligible for autovacuum. I do think such cases > out there are common, particularly in multi-tenant type databases, where > each tenant could be one or more tables. We already have an intermediary list of table OIDs, so the additional overhead is ultimately just the score calculation and the sort operation. I'd be quite surprised if that added up to anything remotely worrisome, even for thousands of eligible tables. -- nathan
В списке pgsql-hackers по дате отправления: