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

Improve Sync performance #1901

Merged
merged 21 commits into from
May 7, 2024
Merged

Improve Sync performance #1901

merged 21 commits into from
May 7, 2024

Conversation

pascal-fischer
Copy link
Collaborator

Describe your changes

Changed execution of sync message to reduce account reading operations to one. Introduced read and write locks in sqlite store to allow parallel sync operations.

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

@pascal-fischer pascal-fischer marked this pull request as ready for review May 6, 2024 08:02
Copy link
Contributor

@bcmmbaga bcmmbaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve the merge conflicts.

# Conflicts:
#	management/server/mock_server/account_mock.go
#	management/server/route.go
@pascal-fischer pascal-fischer merged commit 2e0047d into main May 7, 2024
16 checks passed
@pascal-fischer pascal-fischer deleted the test/add-stopwatch branch May 7, 2024 12:30
@lixmal lixmal restored the test/add-stopwatch branch May 7, 2024 16:44
@lixmal lixmal deleted the test/add-stopwatch branch May 7, 2024 16:45
@mlsmaycon mlsmaycon restored the test/add-stopwatch branch May 7, 2024 17:05
@mlsmaycon mlsmaycon deleted the test/add-stopwatch branch May 7, 2024 17:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants