public inbox for pgsql-general@postgresql.org  
help / color / mirror / Atom feed
From: hubert depesz lubaczewski <depesz@depesz.com>
To: Ertan Küçükoglu <ertan.kucukoglu@gmail.com>
Cc: pgsql-general@lists.postgresql.org
Subject: Re: Large backup size of pg_dump
Date: Wed, 20 May 2026 15:17:49 +0200
Message-ID: <ag20ffqZJ_eXWGDl@depesz.com> (raw)
In-Reply-To: <CAH2i4yfdgWf5N+ofPineFW2a97cFT0F9b255HmcEDJ06dc=huA@mail.gmail.com>
References: <CAH2i4yfdgWf5N+ofPineFW2a97cFT0F9b255HmcEDJ06dc=huA@mail.gmail.com>

On Wed, May 20, 2026 at 10:17:57AM +0300, Ertan Küçükoglu wrote:
> Hello,
> 
> I am using PostgreSQL 18.4 x64 on Windows Server 2022. There is a very
> small single database in the cluster.
> 
> There are hourly pg_dump backups scheduled and database backup size is
> around 10GB.

1. pg_dump is not the best choice for backups.
2. When using pg_dump, use at least -Fd, and -jX to make the dumps work
   in parallel
3. Check what is using the most space in dump, and compare it with db
4. What exactly do you mean by "BLOB"? What is the actual datatype of
   the field?
5. What is `\l+ your_db_name` output from psql?

> I didn't understand about 2.5 times bigger backup sizes than the total
> cluster size. I do not know what to check either. Is there a way for me to
> make the hourly backup size smaller?

Consider compressing it? Or use some backup tool that handles
incremental/differential backups, like, for example, backrest.

depesz






reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-general@postgresql.org
  Cc: depesz@depesz.com, ertan.kucukoglu@gmail.com, pgsql-general@lists.postgresql.org
  Subject: Re: Large backup size of pg_dump
  In-Reply-To: <ag20ffqZJ_eXWGDl@depesz.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox