Re: block-level incremental backup
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-15T18:14:31Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Don't call data type input functions in GUC check hooks
- 21f428ebde39 12.0 cited
On Thu, Apr 11, 2019 at 1:29 PM Anastasia Lubennikova <a.lubennikova@postgrespro.ru> wrote: > 2) There should be a command to get only a map of changes without actual > data. Good idea. > 4) The algorithm of collecting changed blocks is another topic. > Though, it's API should be discussed here: > > Do we want to have multiple implementations? > Personally, I think that it's good to provide several strategies, > since they have different requirements and fit for different workloads. > > Maybe we can add a hook to allow custom implementations. I'm not sure a hook is going to be practical, but I do think we want more than one strategy. > I'll be happy to help with design, code, review, and testing. > Hope that my experience with pg_probackup will be useful. Great, thanks! -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company