Skip to content

Getting an overwhelming amount of transactions with empty change sets despite using add-tables #106

@bahaa

Description

@bahaa

We are using Replication Streaming and wal2json to replicate some tables from AWS RDS PostgreSQL 10.6 to other application. We selectively selecting some tables using add-tables parameter. Everything works great except that sometimes we receive huge amount of transactions with empty changeset that overwhelm the server and slow down syncing real changes we care about.

We don't know what causes these huge amount of empty changesets, but I can replicate getting a single empty changeset using either REFRESH MATERIALIZED VIEW or TRUNCATE TABLE on any table even it it's not specified on add-tables filter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions