-
Notifications
You must be signed in to change notification settings - Fork 452
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
GigaChannel community DB access batching #4249
Labels
Comments
Note, IO Batching slowed us down in the past. |
That's why we're gonna "science this out" by setting up some meaningful experiments. |
drew2a
modified the milestones:
7.6.0 November: Stability, usability, performance,
Next-next release
Nov 4, 2020
@kozlovsky Are we still closing and opening DB sessions for each incoming UDP packet? |
It is not relevant anymore: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, for each incoming GigaChannel community gossip packet we open a separate DB session and process packets individually. This will really start to stress the DB when the gossip stream will rise to dozens of packets per second. We should solve this problem somehow, for example by batching DB access.
The text was updated successfully, but these errors were encountered: