Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add index on IDN_AUTH_SESSION_STORE #6555

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

Sachin-Mamoru
Copy link
Contributor

@Sachin-Mamoru Sachin-Mamoru commented Feb 22, 2025

Proposed changes in this pull request

To improve the perf in password grant flow

This pull request includes changes to add a new index to the IDN_AUTH_SESSION_STORE table in various database scripts. The new index is created on the columns SESSION_ID, SESSION_TYPE, and TIME_CREATED DESC.

Database script updates:

@UdeshAthukorala UdeshAthukorala merged commit 97f4b81 into wso2:master Feb 22, 2025
3 checks passed
Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.22%. Comparing base (3336630) to head (1fe0258).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6555   +/-   ##
=========================================
  Coverage     47.22%   47.22%           
  Complexity    15277    15277           
=========================================
  Files          1751     1751           
  Lines        106657   106657           
  Branches      20077    20077           
=========================================
  Hits          50370    50370           
  Misses        49201    49201           
  Partials       7086     7086           
Flag Coverage Δ
unit 30.58% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants