do separate databases have any impact each other?

From: TJ O'Donnell <tjo(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: do separate databases have any impact each other?
Date: 2005-08-15 20:15:03
Message-ID: 4300F7C7.7080101@acm.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While writing installation instructions for my new PostgreSQL product, I found myself
writing the following sentence:
"For first time users, we recommend building the gnova database,
since it has no impact on other databases."

Is this really true? Of course, my gnova database will take some disk space,
but other than that can y'all think of other concerns a big production database
admin might have about installing a new (smallish) database?
Is it true that if no one has begun a session involving my database, it simply
sits on disk and cannot possibly interfere with other databases/sessions?
When a session ends that had opened my database, do all traces of it disappear,
except its life on disk? How about .so's it might have caused to be loaded?

TJ

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dario Basso Cardoso 2005-08-15 20:20:23 winxp with 8.0.3 postgresql
Previous Message Giovanni M. 2005-08-15 20:10:17 Re: Upgrading 8.0.2 to 8.0.3 on Windows XP