Skip to content

Index convention changes for non-relational providers#34054

Merged
ajcvickers merged 2 commits intomainfrom
IndexValForReals
Jul 3, 2024
Merged

Index convention changes for non-relational providers#34054
ajcvickers merged 2 commits intomainfrom
IndexValForReals

Conversation

@ajcvickers
Copy link
Copy Markdown
Contributor

@ajcvickers ajcvickers commented Jun 21, 2024

Block unused indexes with the Cosmos provider. Fixes #34023.

Also stop adding indexes for foreign keys by convention for non-relational providers. Fixes #34053.

@ajcvickers ajcvickers requested a review from a team June 21, 2024 12:48
Comment thread src/EFCore.Cosmos/Properties/CosmosStrings.resx Outdated
Block unused indexes with the Cosmos provider. Fixes #34023.

Also stop adding indexes for foreign keys by convention for relational providers. Fixes #34053.
@ajcvickers ajcvickers merged commit 9c2dc75 into main Jul 3, 2024
@ajcvickers ajcvickers deleted the IndexValForReals branch July 3, 2024 16:13
@ajcvickers
Copy link
Copy Markdown
Contributor Author

FYI @damieng as discussed.

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.

Indexes are created by default for foreign keys in non-relational databases The Cosmos provider ignores configured indexes

2 participants