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

murmur database write performance #3588

Open
ailox opened this issue Jan 25, 2019 · 0 comments · May be fixed by #6263
Open

murmur database write performance #3588

ailox opened this issue Jan 25, 2019 · 0 comments · May be fixed by #6263
Labels
bug A bug (error) in the software server

Comments

@ailox
Copy link

ailox commented Jan 25, 2019

When issuing multiple concurrent requests that are persisted in the database, the server will become sluggish. This seemed to be the reason for the crashes in issue #3505 , which is now simply masked by the rate limiting.

From what I can tell these problems exist

  • when writing (INSERT-ing or UPDATE-ing to the database)
  • with the default QSQLITE driver
  • with the QMYSQL driver
  • with QSQLITE in memory (':memory:').

It therefore seems to me like the bottleneck lies before the database driver code.

@Krzmbrzl Krzmbrzl linked a pull request Nov 19, 2023 that will close this issue
1 task
@Hartmnt Hartmnt added server bug A bug (error) in the software labels Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (error) in the software server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants