Re: pg_dump & performance degradation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Philip Warner <pjw(at)rhyme(dot)com(dot)au>, Don Baccus <dhogaza(at)pacifier(dot)com>, pgsql-hackers(at)postgresql(dot)org, brianb-pggeneral(at)edsamail(dot)com
Subject: Re: pg_dump & performance degradation
Date: 2000-08-01 01:48:41
Message-ID: 200008010148.VAA19062@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> It would be a bad idea to nice down a backend anyway, if the intent is
> to speed up other backends. The Unix scheduler has no idea about
> application-level locking, so you'll get priority-inversion problems:
> once the nice'd backend has acquired any sort of lock, other backends
> that may be waiting for that lock are at the mercy of the low priority
> setting. In effect, your entire database setup may be running at the
> nice'd priority relative to anything else on the system.
>
> I think Philip's idea of adding some delays into pg_dump is a reasonable
> answer. I'm just recommending a KISS approach to implementing the
> delay, in the absence of evidence that a more complex mechanism will
> actually buy anything...

I am worried about feature creep here. Does any other database
implement this? I can accept it as a config.h flag, but it seems
publishing it as a pg_dump flag is just way too complicated for users.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message K Parker 2000-08-01 02:10:35 Openlink ODBC drivers for Unix
Previous Message Bruce Momjian 2000-08-01 01:37:34 Re: pg_dump & performance degradation

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-08-01 01:50:44 Re: Anyone care about type "filename" ?
Previous Message Thomas Swan 2000-08-01 01:44:43 Re: Announcement: I'm joining Great Bridge