8000 optimize crc calculation for streamed segments · Issue #312 · postgrespro/pg_probackup · GitHub
[go: up one dir, main page]

Skip to content

optimize crc calculation for streamed segments #312

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

Closed
gsmolk opened this issue Feb 1, 2021 · 1 comment
Closed

optimize crc calculation for streamed segments #312

gsmolk opened this issue Feb 1, 2021 · 1 comment
Assignees

Comments

@gsmolk
Copy link
Contributor
gsmolk commented Feb 1, 2021

It would be good to calculate crc in separate thread.
Currently autonomous backups of instances with high WAL generation speed are taking too long time, because
we calculate crc in the streamer thread.

@gsmolk gsmolk modified the milestones: 2.4.10, 2.4.11 Feb 1, 2021
@alubennikova alubennikova self-assigned this Feb 24, 2021
@gsmolk gsmolk modified the milestones: 2.4.12, 2.4.13, 2.5.0 Mar 20, 2021
@gsmolk
Copy link
Contributor Author
gsmolk commented Apr 27, 2021

Will be done as part of #350

@gsmolk gsmolk closed this as completed Apr 27, 2021
@gsmolk gsmolk removed this from the 2.5.0 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0