Re: Performance hit if I create multiple DBs on same instance
От
Adrian Klaver
Тема
Re: Performance hit if I create multiple DBs on same instance
Дата
Msg-id
798cfe15-c32d-9aa6-9108-ef54f06c5156@aklaver.com
Ответ на
Performance hit if I create multiple DBs on same instance (David Gauthier)
Список
Дерево обсуждения
Performance hit if I create multiple DBs on same instance David Gauthier <davegauthierpg@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 David Gauthier <davegauthierpg@gmail.com>
Re: Performance hit if I create multiple DBs on same instance Bruce Momjian <bruce@momjian.us>
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>
Re: Performance hit if I create multiple DBs on same instance Laurenz Albe <laurenz.albe@cybertec.at>
Re: Performance hit if I create multiple DBs on same instance Bruce Momjian <bruce@momjian.us>
Re: Performance hit if I create multiple DBs on same instance Ron <ronljohnsonjr@gmail.com>
Re: Performance hit if I create multiple DBs on same instance "David G. Johnston" <david.g.johnston@gmail.com>
On 11/24/20 6:36 AM, David Gauthier wrote: > 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. The primary resource I see they taking is storage. If you have adequate space so that the primary and archive databases can grow into it then I don't see a problem on that score. There will also be some additional overhead for the automatic VACUUM and ANALYZE operations. Since the archive databases are quiescent that will be on the order of monitoring not really processing. > > Thanks in Advance for any help ! -- Adrian Klaver adrian.klaver@aklaver.com
В списке pgsql-general по дате отправления
От: David G. Johnston
Дата:
От: David Gauthier
Дата: