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

Add database version updates #193

Merged
merged 6 commits into from
Oct 15, 2023
Merged

Add database version updates #193

merged 6 commits into from
Oct 15, 2023

Conversation

Ngalstyan4
Copy link
Contributor

@Ngalstyan4 Ngalstyan4 commented Oct 7, 2023

Among other things, fixes #178

@github-actions
Copy link

github-actions bot commented Oct 7, 2023

Benchmarks

metric old new pct change
recall (after create) 0.740 0.740 -
recall (after insert) 0.710 0.770 +8.45%
select bulk tps 506.688 515.725 +1.78%
select bulk latency (ms) 14.922 14.722 -1.34%
select bulk latency (stddev ms) 2.358 3.801 +61.20%
create latency (ms) 1216.307 1217.465 +0.10%
insert bulk tps 12.053 12.050 -0.03%
insert bulk latency (ms) 82.961 82.984 +0.03%
insert bulk latency (stddev ms) 3.980 3.925 -1.38%
disk usage (bytes) 6348800.000 6348800.000 -

@Ngalstyan4 Ngalstyan4 force-pushed the narek/release-0.0.5 branch from 0a5a28f to d7fd5cc Compare October 8, 2023 00:05
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #193 (d84335d) into main (3474f82) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #193   +/-   ##
=======================================
  Coverage   83.05%   83.05%           
=======================================
  Files          18       18           
  Lines        1216     1216           
  Branches      261      261           
=======================================
  Hits         1010     1010           
  Misses         81       81           
  Partials      125      125           

@Ngalstyan4 Ngalstyan4 force-pushed the narek/release-0.0.5 branch 3 times, most recently from 23250b5 to 4c188d0 Compare October 13, 2023 07:00
@Ngalstyan4 Ngalstyan4 requested a review from var77 October 13, 2023 07:00
@Ngalstyan4 Ngalstyan4 changed the title Narek/release 0.0.5 Add database version updates Oct 15, 2023
@Ngalstyan4 Ngalstyan4 merged commit b011a97 into main Oct 15, 2023
27 checks passed
@Ngalstyan4 Ngalstyan4 deleted the narek/release-0.0.5 branch October 15, 2023 22:01
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.

Add script to upgrade the DB from v0.0.X to v0.0.Y and run all the tests
3 participants