Re: User Quota Implementation - Mailing list pgsql-hackers

From Jonah H. Harris
Subject Re: User Quota Implementation
Date
Msg-id 40EECBBE.5030901@tvi.edu
Whole thread Raw
In response to Re: User Quota Implementation  (James Robinson <jlrobins@socialserve.com>)
List pgsql-hackers
James Robinson wrote:
> 
> On Jul 9, 2004, at 12:04 PM, Jonah H. Harris wrote:
> 
>>
>>
>> - Quota acts on any object owned by the user.  Is this adequate for 
>> everyone?
> 
> 
> Does changing owner also trigger new quota calculations on both the new 
> and old owner?
> 

Quota calculations are performed per-owner at commit time.  As only a 
superuser can perform an ALTER TABLE OWNER, my implementation allows 
quotas to be handled automatically at run-time for the current-owner. 
Therefore, there is no need to perform new calculations for each user. 
I'm still testing large objects.

>> Is there any additional functionality you would like to see in a quota 
>> implementation?
> 
> 
> Quotas per user per tablespace, assuming 7.5 gets tablespaces.

I agree.

> 
> User quotas would make postgres on a shared university box much more 
> pleasant.

Oh yeah!  Our college is using PostgreSQL for student user accounts, 
which is why I originally implemented this :).

> ----
> James Robinson
> Socialserve.com
> 

-- 
Jonah H. Harris, UNIX Administrator  | phone: 505.224.4814
Albuquerque TVI                      | fax:   505.224.3014
525 Buena Vista SE                   | jharris@tvi.edu
Albuquerque, New Mexico 87106        | http://w3.tvi.edu/~jharris/

"All great truths begin as blasphemies."                --  George Bernard Shaw



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: User Quota Implementation
Next
From: Stephen Frost
Date:
Subject: Re: User Quota Implementation