does pg_dump get delayed if I have a loop that does continuous insertions

From: anj patnaik <patna73(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: does pg_dump get delayed if I have a loop that does continuous insertions
Date: 2015-10-27 23:10:49
Message-ID: CAEQKwSk1Y1nZKBGCRivfKX46TfFBv0OanYhtgaYBkkRCS-49bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am running pg_dump on a database while on another machine running a loop
to do insertions.

Does pg_dump wait for idle activity before it completes or how does it
determine when it has all the records needed for archiving?

I am using the compressed mode and also using xz.

Thanks,
ap

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edson Richter 2015-10-28 02:29:55 PostgreSQL Timezone and Brazilian DST
Previous Message Merlin Moncure 2015-10-27 21:05:15 Re: [GENERAL] Re: [GENERAL] 回复: postgres cpu 100% need help