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

Fix/event replay perf #1572

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Fix/event replay perf #1572

wants to merge 2 commits into from

Conversation

zone117x
Copy link
Member

@zone117x zone117x commented Mar 3, 2023

Removes the temporary pg table used during event-replay. This was originally in place to handle tsv files that contains 1) duplicate events, and 2) out of order events.

Now that we no longer support live appending to tsv files (only direct exports), we should no longer be dealing with these types of "dirty" tsv files.

This should be a performance improvement now that postgres no longer has to serve reads from the temp table while also writing events during ingestion.

@github-actions github-actions bot temporarily deployed to commit March 3, 2023 19:17 Inactive
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

@github-actions github-actions bot temporarily deployed to pull request March 3, 2023 19:19 Inactive
@coveralls
Copy link
Collaborator

Coverage Status

Coverage: 78.18% (+1.09%) from 77.086% when pulling a594ffc on fix/event-replay-perf into e2b58b2 on master.

@zone117x
Copy link
Member Author

This will likely be built upon later on when we tackle event-replay perf. Leaving this PR open as draft for now.

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

Successfully merging this pull request may close these issues.

2 participants