Re: resource management, letting user A use no more than X resource (time, CPU, memory...) - Mailing list pgsql-general

From A. Kretschmer
Subject Re: resource management, letting user A use no more than X resource (time, CPU, memory...)
Date
Msg-id 20100716121417.GB16949@a-kretschmer.de
Whole thread Raw
In response to Re: resource management, letting user A use no more than X resource (time, CPU, memory...)  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
List 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

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: resource management, letting user A use no more than X resource (time, CPU, memory...)
Next
From: Vincenzo Romano
Date:
Subject: [WISHLIST] EXECUTE SPRINTF