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

Rebuilding indexes done on separate thread, only once #616 #615 #617

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

joepio
Copy link
Member

@joepio joepio commented Mar 13, 2023

PR Checklist:

@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2023

Codecov Report

Merging #617 (3e9df53) into develop (c849fa7) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##           develop     #617      +/-   ##
===========================================
- Coverage    65.48%   65.47%   -0.01%     
===========================================
  Files           72       72              
  Lines         8037     8026      -11     
===========================================
- Hits          5263     5255       -8     
+ Misses        2774     2771       -3     
Impacted Files Coverage Δ
lib/src/db/test.rs 95.39% <ø> (-0.03%) ⬇️
server/src/serve.rs 0.00% <ø> (ø)
server/src/tests.rs 95.23% <ø> (ø)
lib/src/db.rs 54.87% <100.00%> (-3.55%) ⬇️
lib/src/db/prop_val_sub_index.rs 100.00% <100.00%> (ø)
lib/src/db/val_prop_sub_index.rs 93.33% <100.00%> (-0.61%) ⬇️
lib/src/parse.rs 79.47% <100.00%> (+0.32%) ⬆️
lib/src/populate.rs 99.17% <100.00%> (+0.04%) ⬆️
lib/src/storelike.rs 76.44% <100.00%> (+0.22%) ⬆️
server/src/appstate.rs 84.93% <100.00%> (+0.53%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@joepio joepio marked this pull request as ready for review March 13, 2023 13:54
@joepio joepio merged commit b0d0178 into develop Mar 13, 2023
@joepio joepio deleted the async-index branch March 13, 2023 13:54
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.

build_index run twice on atomic-server boot Rebuild index async on boot
2 participants