Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.
This repository was 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

@matteopasini

Description

@matteopasini

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions