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

Save large messages to disk (to avoid high memory usage) #930

Open
acco opened this issue Jan 30, 2025 — with Linear · 0 comments
Open

Save large messages to disk (to avoid high memory usage) #930

acco opened this issue Jan 30, 2025 — with Linear · 0 comments

Comments

Copy link
Contributor

acco commented Jan 30, 2025

When we receive a large message from Postgres (> 1kb?), we should write it to disk to avoid high memory utilization. We can then read the message from disk right before delivery in the corresponding Pipeline.

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