Skip to content

Conversation

@LiliNedeleva
Copy link
Collaborator

Add indexes to potentially improve performance of the queries used in Grafana

/// Represents an individual eligibility check
/// </summary>
[ExcludeFromCodeCoverage(Justification = "Data Model.")]
[Index(nameof(Type))]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just wondering if this index is worth the overhead of creating the index? As essentially there are only a couple of possible values so the index tables will still be very large

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