Performance hit if I create multiple DBs on same instance

Поиск
Список
Период
Сортировка
От David Gauthier
Тема Performance hit if I create multiple DBs on same instance
Дата
Msg-id CAMBRECBzwQ+7FhuO61Zd2dQRxcXFpijdR2=eyfNPfUpO4K6XaQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Performance hit if I create multiple DBs on same instance  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Performance hit if I create multiple DBs on same instance  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Performance hit if I create multiple DBs on same instance  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
Hi:

11.3 on linux

I've come up with a plan to archive data from my main DB which involves creating other DBs on the same server.  But even though there will be zero activity on the archive DBs in terms of insert/update/delete, and almost no activity in terms of select, I'm still worried that the mere existence of these other DBs will steal resources away from the instance and degrade performance in my main DB. So my question is whether or not that worry is valid or not.

Thanks in Advance for any help !

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Lewis
Дата:
Сообщение: Re: ERROR : invalid transaction termination : PostgreSQL v12
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Performance hit if I create multiple DBs on same instance