Skip to content

Source component table#4758

Merged
barnabasdomozi merged 1 commit intoEricsson:masterfrom
bruntib:source_component_table
Feb 19, 2026
Merged

Source component table#4758
barnabasdomozi merged 1 commit intoEricsson:masterfrom
bruntib:source_component_table

Conversation

@bruntib
Copy link
Copy Markdown
Contributor

@bruntib bruntib commented Jan 21, 2026

No description provided.

@bruntib bruntib added this to the release 6.28.0 milestone Jan 21, 2026
@bruntib bruntib added the database 🗄️ Issues related to the database schema. label Jan 21, 2026
@bruntib bruntib force-pushed the source_component_table branch from 43a6e52 to 9e0a7da Compare February 1, 2026 19:52
@bruntib bruntib marked this pull request as ready for review February 1, 2026 19:53
@bruntib bruntib requested a review from vodorok as a code owner February 1, 2026 19:53
@bruntib bruntib force-pushed the source_component_table branch 5 times, most recently from 7e549ef to cf770fe Compare February 2, 2026 14:48
Comment thread web/server/codechecker_server/api/mass_store_run.py Outdated
Comment thread web/server/codechecker_server/api/report_server.py Outdated
Comment thread web/tests/functional/report_viewer_api/test_report_counting.py
@bruntib bruntib force-pushed the source_component_table branch from cf770fe to ee6464d Compare February 18, 2026 23:05
Queries by source components are slow, because it contains a WHERE
clause that performs string pattern matching on file paths. As a
solution SourceComponentFile join table is introduced that stores which
files match to a given source component.
Copy link
Copy Markdown
Collaborator

@barnabasdomozi barnabasdomozi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@barnabasdomozi barnabasdomozi merged commit da970ce into Ericsson:master Feb 19, 2026
8 of 9 checks passed
@bruntib bruntib deleted the source_component_table branch April 24, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

database 🗄️ Issues related to the database schema.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants