Skip to content

[feature] compress streamed WAL segments #125

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

Open
gsmolk opened this issue Sep 23, 2019 · 4 comments
Open

[feature] compress streamed WAL segments #125

gsmolk opened this issue Sep 23, 2019 · 4 comments
Milestone

Comments

@gsmolk
Copy link
Contributor

gsmolk commented Sep 23, 2019

Decompression at restore is required.

@gsmolk gsmolk added this to the 2.3.0 milestone Sep 23, 2019
@gsmolk gsmolk modified the milestones: 2.3.0, 2.4.0 Feb 19, 2020
@gsmolk gsmolk modified the milestones: 2.4.0, 2.5.0 May 15, 2020
@gsmolk gsmolk modified the milestones: 2.5.0, 2.6.0 Jun 26, 2020
@lalbrecht
Copy link

I'd love to see this feature in the next release. On some clusters, we take delta backups quite often and segment compression would greatly help us save space.

@gsmolk gsmolk modified the milestones: 2.6.0, 2.5.0 Sep 15, 2020
@VladislavePolyakov
Copy link

is it posible to made backup FULL,DELTA with option STREAM and then as second step compress WAL files inside backup?

my question is what method used on restore from backup to uncompress WAL?

@gsmolk
Copy link
Contributor Author

gsmolk commented Feb 2, 2021

is it posible to made backup FULL,DELTA with option STREAM and then as second step compress WAL files inside backup?

It will break backup validation, and you will have to manually uncompress segments before running restore.
I will work on this issue soon.

@VladislavePolyakov
Copy link

thanks, hope it not difficult to code

@gsmolk gsmolk modified the milestones: 2.5.0, 2.6.0 Jun 17, 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

3 participants