Skip to content

Comments

persist computation result filters#97

Merged
ghazwarhili merged 25 commits intomainfrom
persist-computation-result-global-column-filters
Feb 6, 2026
Merged

persist computation result filters#97
ghazwarhili merged 25 commits intomainfrom
persist-computation-result-global-column-filters

Conversation

@ghazwarhili
Copy link
Contributor

PR Summary

persist computation result filters

Copy link

@etiennehomer etiennehomer left a comment

Choose a reason for hiding this comment

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

Some seq scan. Check that all the required indexes are set
2026-02-04 08:27:57.675 UTC [16300] LOG: duration: 0.010 ms plan:
postgres-1 | Query Text: select crf1_0.computation_result_filters_id,crf1_0.uuid,crf1_0.computation_type from computation_type_filters crf1_0 where crf1_0.computation_result_filters_id=$1
postgres-1 | Seq Scan on computation_type_filters crf1_0 (cost=10000000000.00..10000000011.75 rows=1 width=548)
postgres-1 | Filter: (computation_result_filters_id = '1321a8f5-37b2-410d-adff-6bea8002feda'::uuid)

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

@etiennehomer
Copy link

Some seq scan. Check that all the required indexes are set 2026-02-04 08:27:57.675 UTC [16300] LOG: duration: 0.010 ms plan: postgres-1 | Query Text: select crf1_0.computation_result_filters_id,crf1_0.uuid,crf1_0.computation_type from computation_type_filters crf1_0 where crf1_0.computation_result_filters_id=$1 postgres-1 | Seq Scan on computation_type_filters crf1_0 (cost=10000000000.00..10000000011.75 rows=1 width=548) postgres-1 | Filter: (computation_result_filters_id = '1321a8f5-37b2-410d-adff-6bea8002feda'::uuid)

Fixed with indexes

@ghazwarhili ghazwarhili merged commit cc82230 into main Feb 6, 2026
3 checks passed
@ghazwarhili ghazwarhili deleted the persist-computation-result-global-column-filters branch February 6, 2026 17: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.

2 participants