Skip to content

Conversation

@zone117x
Copy link
Contributor

@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

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
Contributor 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.

3 participants