Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

checkpoint_segments no longer a config option in PostgreSQL 9.5+ #3

Open
matteopasini opened this issue Jan 8, 2021 · 1 comment
Open

Comments

@matteopasini
Copy link

replace:
s['checkpoint_segments'] = 128 if bulk_load else 64
with:
s['max_wal_size'] = str(3 * (128 if bulk_load else 64) * 16) + 'MB'

@impredicative
Copy link
Owner

I'm sorry but I don't work with PostgreSQL at this time, and it's not feasible for me to review the change right now. I will however keep the issue open, and will return to it when I work with PostgreSQL again. After you've read this comment, I will mark the repo as Archived.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants