Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADBDEV-5567: read/write TOC from/to file directly #86

Closed
wants to merge 5 commits into from

Conversation

RekGRpth
Copy link
Member

@RekGRpth RekGRpth commented May 24, 2024

read/write TOC from/to file directly

gpbackup read/wrote TOC from/to a file via an intermediate string buffer. This
could lead to unnecessary increased memory consumption.

This patch reworks reading/writing TOC directly from/to a file, bypassing the
intermediate string buffer.

The test was not added because the result does not change. And to watch the
difference in memory consumption, we need a lot of tables with large statistics,
which is not very good for running tests.

Base automatically changed from ADBDEV-5541 to master May 27, 2024 14:06
@RekGRpth RekGRpth marked this pull request as ready for review May 28, 2024 05:48
@RekGRpth RekGRpth marked this pull request as draft May 28, 2024 07:58
@RekGRpth RekGRpth closed this Sep 9, 2024
@RekGRpth RekGRpth deleted the ADBDEV-5567 branch September 9, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant