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

Find all places where redis and postgres calls may be optimized #796

Open
Satont opened this issue Feb 3, 2025 · 0 comments
Open

Find all places where redis and postgres calls may be optimized #796

Satont opened this issue Feb 3, 2025 · 0 comments
Labels

Comments

@Satont
Copy link
Member

Satont commented Feb 3, 2025

For redis we can use Pipelines for execute multiple operations as one. That will decrease network communication time, and redis cpu usage.

For postgres we also can do batching of inserts, updates.

@Satont Satont added the perf label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant