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

Take advantage of LMDB append optimization #1912

Merged
merged 10 commits into from
Oct 22, 2020
Merged

Take advantage of LMDB append optimization #1912

merged 10 commits into from
Oct 22, 2020

Conversation

jnwatson
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

Merging #1912 into master will decrease coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1912      +/-   ##
==========================================
- Coverage   96.68%   96.54%   -0.15%     
==========================================
  Files         139      139              
  Lines       26505    26508       +3     
==========================================
- Hits        25626    25591      -35     
- Misses        879      917      +38     
Flag Coverage Δ
#linux 96.54% <100.00%> (-0.15%) ⬇️
#linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/lmdbslab.py 99.59% <100.00%> (+0.20%) ⬆️
synapse/lib/slabseqn.py 87.80% <100.00%> (+0.20%) ⬆️
synapse/tests/utils.py 93.56% <0.00%> (-2.20%) ⬇️
synapse/cortex.py 95.19% <0.00%> (-0.82%) ⬇️
synapse/lib/hiveauth.py 95.96% <0.00%> (-0.77%) ⬇️
synapse/lib/view.py 95.29% <0.00%> (-0.75%) ⬇️
synapse/lib/trigger.py 93.91% <0.00%> (-0.44%) ⬇️
synapse/lib/layer.py 97.80% <0.00%> (-0.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2423a4...dd7855e. Read the comment docs.

synapse/lib/slabseqn.py Outdated Show resolved Hide resolved
@vEpiphyte vEpiphyte added this to the 2.9.1 milestone Oct 19, 2020
@vEpiphyte vEpiphyte merged commit df35952 into master Oct 22, 2020
@vEpiphyte vEpiphyte deleted the append-opt branch October 22, 2020 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants