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 Database Sync Efficiency #1039

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Improve Database Sync Efficiency #1039

merged 1 commit into from
Jun 23, 2023

Conversation

alexanderkiel
Copy link
Member

@alexanderkiel alexanderkiel commented Jun 21, 2023

If is especially important if reads and writes are done at the same time.

Also renamed most occurrences of system into config because the system will be created by the with-system macro and is a config before that.

@alexanderkiel alexanderkiel self-assigned this Jun 21, 2023
@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Merging #1039 (0431a68) into develop (3982d14) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1039   +/-   ##
========================================
  Coverage    94.40%   94.40%           
========================================
  Files          243      243           
  Lines        15466    15472    +6     
  Branches       369      369           
========================================
+ Hits         14601    14607    +6     
  Misses         496      496           
  Partials       369      369           
Impacted Files Coverage Δ
modules/db/src/blaze/db/node.clj 97.96% <100.00%> (+0.04%) ⬆️

@alexanderkiel alexanderkiel force-pushed the db-sync branch 3 times, most recently from 862ae66 to a2e8786 Compare June 23, 2023 13:31
Also renamed most occurrences of system into config because the system
will be created by the with-system macro and is a config before that.
@alexanderkiel alexanderkiel changed the title [WIP] Improve Database Sync Efficiency Improve Database Sync Efficiency Jun 23, 2023
@alexanderkiel alexanderkiel added the enhancement New feature or request label Jun 23, 2023
@alexanderkiel alexanderkiel added this to the v0.22.0 milestone Jun 23, 2023
@alexanderkiel alexanderkiel merged commit d5e17ff into develop Jun 23, 2023
129 checks passed
@alexanderkiel alexanderkiel deleted the db-sync branch June 23, 2023 14:45
@alexanderkiel alexanderkiel added module:db performance Performance improvement refactoring and removed enhancement New feature or request labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant