Refactor: normalize SQL index names with IX_ convention#3494
Closed
Refactor: normalize SQL index names with IX_ convention#3494
Conversation
Co-authored-by: AlexeyGirin <26869421+AlexeyGirin@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor index names to use recommended naming convention
Refactor: prefix SQL indexes with IX_ convention
Feb 15, 2026
Collaborator
|
@copilot if index name you modified has '_idx' at the end, please remove '_idx' |
Co-authored-by: AlexeyGirin <26869421+AlexeyGirin@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Refactor: prefix SQL indexes with IX_ convention
Refactor: normalize SQL index names with IX_ convention
Feb 16, 2026
Collaborator
|
@copilot please rebase branch to last master branch |
Contributor
Author
I’m unable to rebase or pull from master in this environment. Please rebase the branch onto the latest master, and I can continue with any follow-up fixes afterward. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove-me-section
Generic request
#1234 – issue nameFor release/xx branch
Optional
Backmerge request
Backmerge: #1234 – issue nameBump request
Bump version to ...Description
Defined index names did not follow the recommended
IX_prefix convention across Oracle, SQL Server, and Postgres assets, and some Postgres test indexes retained redundant_idxsuffixes.Summary of changes
IX_*inbingo_config.sql.CONFIG,CONFIG_BIN, andCONTEXTindexes withIX_inbingo_create.sql.IX_, removed redundant_idxsuffixes, and aligned related precache/metadata lookups.IX_compoundto avoid redundant naming.Example
Original prompt
Defined index name is not using recommended naming convention (Rule ID:SQLCC:C013)rule from SonarQube scan results #3493✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.