Re: Schema Consolidation in PostgreSQL

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Wei Shan *EXTERN*" <weishan(dot)ang(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Schema Consolidation in PostgreSQL
Date: 2015-05-10 10:01:22
Message-ID: A737B7A37273E048B164557ADEF4A58B3660DA22@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Wei Shan wrote:
> 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.

There is no such thing in PostgreSQL.

You can limit the storage a user can use by keeping his data in a
table space with a certain size.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jorge Torralba 2015-05-10 15:22:43 Re: Schema Consolidation in PostgreSQL
Previous Message Wei Shan 2015-05-10 09:32:32 Re: Schema Consolidation in PostgreSQL