vc-authn-oidc icon indicating copy to clipboard operation
vc-authn-oidc copied to clipboard

Need index on presentation exchange ID

Open loneil opened this issue 1 year ago • 2 comments

Documents from the oidccontroller.auth_session collection are fetched by pres_exch_id and there are no indexes for that presently. This could affect performance of VCAuthn, especially with the considerations here https://github.com/bcgov/vc-authn-oidc/issues/424

There is also a get_by_pyop_auth_code that is called to fetch by the pyop_auth_code field that would likely need indexing as well

Example

image

image

loneil avatar Feb 22 '24 18:02 loneil

Proposed change and discussion here https://github.com/bcgov/vc-authn-oidc/pull/426

loneil avatar Feb 23 '24 23:02 loneil

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Apr 27 '24 10:04 stale[bot]

Completed a while back

loneil avatar Jun 12 '24 22:06 loneil