pgmoneta / pgmoneta

Backup / restore solution for PostgreSQL
https://pgmoneta.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 38 forks source link

Link: Use manifest instead of compare #294

Open jesperpedersen opened 2 weeks ago

jesperpedersen commented 2 weeks ago

The link functionality (link.c) currently uses a binary compare between the files.

We need to replace that with using the hash code from the manifests of the backups.

However, we need to make sure that memory usage is as low as possible since we can potentially have up to 10 million entries in each...