| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Mladen Marinović <mladen(dot)marinovic(at)kset(dot)org> |
| Cc: | pgsql-general General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Memory usage of pg_basebackup... |
| Date: | 2020-01-22 19:37:14 |
| Message-ID: | CABUevEzfqPTPB8CDRh24ncCVdMkynX7FKAGRb-_oAiQ8wX7RBg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jan 22, 2020 at 11:23 AM Mladen Marinović
<mladen(dot)marinovic(at)kset(dot)org> wrote:
>
> Hi,
>
> Does anybody know how much RAM does pg_basebackup use and if it depends on the size of the database that the backup is being created?
pg_basebackup uses very little RAM, as the data received is written to
disk immediately. If you are doing compression it uses a little more,
but still within the "you don't really need to care" range. The RAM
usage is not dependent on the size of the database, it is always that
small.
--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matthias Apitz | 2020-01-22 19:41:13 | Re: calculating the MD5 hash of role passwords in C |
| Previous Message | Christoph Moench-Tegeder | 2020-01-22 18:58:47 | Re: calculating the MD5 hash of role passwords in C |