Skip to content
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

Evaluate the performance impact of replication filtering #1778

Open
balegas opened this issue Oct 1, 2024 · 0 comments
Open

Evaluate the performance impact of replication filtering #1778

balegas opened this issue Oct 1, 2024 · 0 comments

Comments

@balegas
Copy link
Contributor

balegas commented Oct 1, 2024

We're setting replication slot filtering based on shapes that are requested on Electric to prevent evaluating rows that won't match any shape. This approach doesn't seem very sustainable as the number of shapes grow. See also #1774 (comment).

We should evaluate the impact of this strategy and compare it with a filtering approach that only filters out columns (and tables) that aren't used by any shape.

We will decide on further steps once we get some numbers.

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

No branches or pull requests

1 participant