Skip to content

BFD-4833: Restructure phase 1 prune query - #3232

Merged
aschey-forpeople merged 1 commit into
masterfrom
BFD-4833
Jul 30, 2026
Merged

BFD-4833: Restructure phase 1 prune query#3232
aschey-forpeople merged 1 commit into
masterfrom
BFD-4833

Conversation

@aschey-forpeople

Copy link
Copy Markdown
Contributor

JIRA Ticket:
BFD-4833

What Does This PR Do?

The query was slow due to having to sort the entire result set on clm_uniq_id after filtering on the item table. This performs the sort before the join, improving perf.

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

  • I have created tests to sufficiently ensure the reliability of my code, if applicable. If this is a modification to an existing piece of code, I have audited the associated tests to ensure everything works as expected.

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

tests still pass

@bfd-sast

bfd-sast Bot commented Jul 30, 2026

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'bfd-parent'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@aschey-forpeople
aschey-forpeople added this pull request to the merge queue Jul 30, 2026
Merged via the queue into master with commit d16e1ac Jul 30, 2026
13 checks passed
@aschey-forpeople
aschey-forpeople deleted the BFD-4833 branch July 30, 2026 17:53
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.

3 participants