Thanks again for the helpful information. Another question on the same regard – how commonly used are PostgreSQL schemas? I want to ensure that I choose a solution
that is common and wildly used. From: Craig James [mailto:cjames@xxxxxxxxxxxxxx]
On Wed, Oct 3, 2012 at 10:58 AM, Babay Adi, Hava <hava.babay@xxxxxx> wrote: Thanks Craig for the useful information. On the same regard – Some of the mentioned modules in the mentioned application use a set of tables
which is logically separate (there are no join statements with tables of other modules). What are the pros\cons of using a separate database instead of a separate schema for maintaining such tables? I understand that resources are shared among multiple databases on the same cluster, so in terms
of performance, are there resources that are dedicated for each database and would benefit performance? I’d appreciate a best practice also regarding to using database vs schema. Best practice is more about opinion than anything else. |