Skip to content

Add parent build index#3524

Merged
josephsnyder merged 1 commit intoKitware:masterfrom
williamjallen:parent-builds-index
Mar 11, 2026
Merged

Add parent build index#3524
josephsnyder merged 1 commit intoKitware:masterfrom
williamjallen:parent-builds-index

Conversation

@williamjallen
Copy link
Collaborator

Postgres currently scans the entire build table when querying the list of parent builds. This commit adds an index which allows it to specifically query parent builds, ordered by build ID.

Postgres currently scans the entire build table when querying the list of parent builds.  This commit adds an index which allows it to specifically query parent builds, ordered by build ID.
Copy link
Member

@josephsnyder josephsnyder left a comment

Choose a reason for hiding this comment

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

LGTM

@josephsnyder josephsnyder added this pull request to the merge queue Mar 11, 2026
Merged via the queue into Kitware:master with commit 9f3748d Mar 11, 2026
12 of 14 checks passed
@williamjallen williamjallen deleted the parent-builds-index branch March 11, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants