Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBJ55-00ALIk-CL for pgsql-admin@arkaria.postgresql.org; Thu, 07 Dec 2023 18:26:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rBJ53-001a4Y-08 for pgsql-admin@arkaria.postgresql.org; Thu, 07 Dec 2023 18:26:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBJ52-001a4Q-JV for pgsql-admin@lists.postgresql.org; Thu, 07 Dec 2023 18:26:36 +0000 Received: from mailout.easymail.ca ([64.68.200.34]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBJ4v-009Hu6-Mn for pgsql-admin@lists.postgresql.org; Thu, 07 Dec 2023 18:26:35 +0000 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 59F78654B3; Thu, 7 Dec 2023 18:26:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1701973587; bh=WaFa43HTrCWq0bH1r+7yRA2KR6CH475SifPHDIEC2IU=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=CMcUOT73t36dcuIKeGhsVCgT1VegTNJZGhQI1q++mhUv7yyT1AHzWtGm6QLB8LbGW ruPPO1YXiiCTNXxXRhsU+nj566tIuqboTFLK0WTdDRx5MBv3gQOtmkRobWRRKLrV0F DpwneUfmMM0+BvA4YzMjquVx0ga4nBSnOtcJd1hVpX7PF3stqc55ysKcVoG+qQC311 FDGDyoGXgh2HXu/wbTSs4kb+oaECJHBtd1CV79TfB8sL2sQdkx+HfKsQfqGScOS07Q bipa16KLJgzAIwQ/5GJzzO/QORe8Eyu4XRR5R27OI8EBqR/hQUCzDj+ZOQ74IELore HNeUDNdQWdJWg== X-Virus-Scanned: Debian amavisd-new at emo07-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo07-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rTcg1tt9UlXZ; Thu, 7 Dec 2023 18:26:27 +0000 (UTC) Received: from smtpclient.apple (unknown [165.140.184.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id BC0C66531C; Thu, 7 Dec 2023 18:26:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=elevated-dev.com; s=easymail; t=1701973586; bh=WaFa43HTrCWq0bH1r+7yRA2KR6CH475SifPHDIEC2IU=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=VwiOBWCcgzP654CBQUufbfVRh/M5I3jL9quQdD8bgyasl75n5ximcezF6sO5VnxMn VU/gXiUnq0igEVn+Uh8PczdVcFY0CUeVArXhALWwpifaTf4Bz2L61jpB9L55XDmSBv LhevIXCnlg0L2NWhImf/geXHyE4j4RKbpEH9oOKyl0wliwiXkDAvvE3xPM5b+q0m2C xM2qR5GTR8sncOa5Qs3YaQ7holgbZfUiSKmYU7bpmPDhTKwCG6NLZUj9hH8RkTD7Ui ml8TiTfCjbNvgIuDWzOuOFOKdI1/2FG2kgMcxjTVNUpDoXiE7d3AIiKo8spuwyxQaH WLlg2qKh+I0/w== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.200.91.1.1\)) Subject: Re: Pg_dump From: Scott Ribe In-Reply-To: <404a126a-6229-7d83-9b86-70304a5693bc@jakobs.com> Date: Thu, 7 Dec 2023 11:26:15 -0700 Cc: Pgsql-admin Content-Transfer-Encoding: quoted-printable Message-Id: <370989DB-26AD-451A-AF28-C4752E08FE77@elevated-dev.com> References: <404a126a-6229-7d83-9b86-70304a5693bc@jakobs.com> To: Rajesh Kumar X-Mailer: Apple Mail (2.3774.200.91.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > Readers don't block writers, writers don't block readers in = PostgreSQL. >=20 > pg_dump is a reader. >=20 > --=20 > Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012 Additionally, I've done some stress testing and found that pg_dump puts = surprisingly low load on our dbs. Of course, like everything else, this = dependent on your specifics--after all the dump will require reading all = rows, so for instance if you're disk-bound, you could see a performance = hit. But generally, if your db is running in a reasonably "healthy" = performance range and not already close to limits, pg_dump won't have a = performance impact visible to users.