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

[WIP] Fully parallelize query execution #28

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

fix: Use DB connecttion pool to allow concurrent queries

d464143
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Fully parallelize query execution #28

fix: Use DB connecttion pool to allow concurrent queries
d464143
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 5, 2023 in 1s

81.48% of diff hit (target 78.96%)

View this Pull Request on Codecov

81.48% of diff hit (target 78.96%)

Annotations

Check warning on line 50 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L50

Added line #L50 was not covered by tests

Check warning on line 169 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L169

Added line #L169 was not covered by tests

Check warning on line 172 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L171-L172

Added lines #L171 - L172 were not covered by tests

Check warning on line 181 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L181

Added line #L181 was not covered by tests

Check warning on line 183 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L183

Added line #L183 was not covered by tests

Check warning on line 189 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 210 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L210

Added line #L210 was not covered by tests

Check warning on line 213 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 255 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L255

Added line #L255 was not covered by tests

Check warning on line 259 in verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

verify.go#L257-L259

Added lines #L257 - L259 were not covered by tests