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

feat: improve SQLite performance #1024

Merged
merged 22 commits into from
Jan 2, 2025

Merge branch 'master' into feat/sqlite-performace

2e674cc
Select commit
Loading
Failed to load commit list.
Merged

feat: improve SQLite performance #1024

Merge branch 'master' into feat/sqlite-performace
2e674cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2025 in 1s

34.64% (+0.18%) compared to 45bd4d6

View this Pull Request on Codecov

34.64% (+0.18%) compared to 45bd4d6

Details

Codecov Report

Attention: Patch coverage is 40.00000% with 99 lines in your changes missing coverage. Please review.

Project coverage is 34.64%. Comparing base (45bd4d6) to head (2e674cc).

Files with missing lines Patch % Lines
internal/database/sqlite.go 39.72% 76 Missing and 12 partials ⚠️
internal/database/sqlite_noncgo.go 50.00% 5 Missing and 2 partials ⚠️
internal/database/mysql.go 0.00% 2 Missing ⚠️
internal/database/pg.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1024      +/-   ##
==========================================
+ Coverage   34.46%   34.64%   +0.18%     
==========================================
  Files          61       61              
  Lines        5412     5499      +87     
==========================================
+ Hits         1865     1905      +40     
- Misses       3323     3359      +36     
- Partials      224      235      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.