Re: Monitoring disk space from within the server

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Monitoring disk space from within the server
Date: 2019-11-08 13:55:25
Message-ID: CAOBaU_ay0FT6dFt61Pae77pHEu6sny3xM43L4i-pPi5kKkguxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 8, 2019 at 2:40 PM Christoph Berg <myon(at)debian(dot)org> wrote:
>
> Re: Julien Rouhaud 2019-11-08 <CAOBaU_YVGEnsnP1ufp42NiJ+WvPHRWBOsBOcaxWxsbXPN_sdNQ(at)mail(dot)gmail(dot)com>
> > I'm also wondering if getting the fs
> > information is enough, as there might be quota.
>
> We could append the quotactl(Q_GETQUOTA) information as well, but I'm
> not sure this has a sensible actual-users-to-noise ratio.

Well, having a quota is one of the few real reason to create a
tablespace so it's probably worth it, although I have to agree that I
seldom saw quota in production.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2019-11-08 13:58:30 Re: Monitoring disk space from within the server
Previous Message Rafia Sabih 2019-11-08 13:52:12 Performance improvement for queries with IN clause