Re: pg_stat_progress_basebackup - progress reporting for pg_basebackup, in the server side
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Magnus Hagander <magnus@hagander.net>, Amit Langote <amitlangote09@gmail.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, "Shinoda, Noriyoshi (PN Japan A&PS Delivery)" <noriyoshi.shinoda@hpe.com>, Masahiko Sawada <masahiko.sawada@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-03-19T18:39:28Z
Lists: pgsql-hackers
Hi, On 2020-03-19 17:21:38 +0900, Fujii Masao wrote: > Pushed! Thanks! FWIW, I'm a bit doubtful that incuring the overhead of this by default on everybody is a nice thing. On filesystems with high latency and with a lot of small relations the overhead of stating a lot of files can be almost as high as the actual base backup. Greetings, Andres Freund
Commits
-
Report NULL as total backup size if it's not estimated.
- 67e0adfb3f98 13.0 landed
-
Make pg_basebackup ask the server to estimate the total backup size, by default.
- fab13dc50ba5 13.0 landed
-
Report progress of streaming base backup.
- e65497df8f85 13.0 landed