Re: resource management, letting user A use no more than X resource (time, CPU, memory...)

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: resource management, letting user A use no more than X resource (time, CPU, memory...)
Date: 2010-07-16 12:14:17
Message-ID: 20100716121417.GB16949@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Ivan Sergio Borgonovo :
> > If you need strong user resource limits, user storage limits, etc
> > PostgreSQL might not be your best option. There are some things
> > you can do, but there's not much.
>
> What about an external process that monitor backend and kill them
> gracefully if they suck too many resources accordingly to the user
> linked to that backend?

Bad idea - imho.

>
> Or... gluing together a load balancing solution that divert
> accordingly to the user to different slaves accordingly that have
> slightly different setup?

Sounds better, maybe possible.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2010-07-16 13:31:45 [WISHLIST] EXECUTE SPRINTF
Previous Message Ivan Sergio Borgonovo 2010-07-16 11:56:07 Re: resource management, letting user A use no more than X resource (time, CPU, memory...)