Re: Schema Consolidation in PostgreSQL

From: Wei Shan <weishan(dot)ang(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Schema Consolidation in PostgreSQL
Date: 2015-05-10 09:32:32
Message-ID: CAFe9ZTo2dKk34o9ygfqWkBL5qgqAW4FZcJxQwFVV9wkr2p4-zw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi all,

Thanks for the replies so far.

When I say resource manager, I actually meant if there's a way to ensure
the maximum resource utilization by a certain user. For example in Oracle,
we can actually limit a certain user by setting a resource plan on it.
Resource can be CPU.

Thanks!
On 9 May 2015 12:16 am, "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:

> On Thu, May 7, 2015 at 11:38 PM, Wei Shan <weishan(dot)ang(at)gmail(dot)com> wrote:
>
>> Hi all!
>>
>> I have a database with multiple schemas consolidated within a postgres
>> database.
>>
>> I have 2 issues when working with this setup.
>>
>> 1. How can I ensure that there's no resource contention between the
>> schemas
>>
>
> ​​This doesn't make sense and, regardless, the use of "resource" here to
> too generic to comment upon.
>
> Is there any resource manager.
>>
>
> ​Both the O/S and the database manage resources...​
>
> 2. Can I get schema-level performance statistics? If I see that this
>> schema is overloaded, I may move it to another server.
>>
>>
> ​Like Albe said - you can get statistics by object, and know in which
> schemas those objects reside.
>
> ​David J.​
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Albe Laurenz 2015-05-10 10:01:22 Re: Schema Consolidation in PostgreSQL
Previous Message Tom Lane 2015-05-08 21:51:27 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0