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

Improvement Suggestion: Add index to merchant_reference column in adyen_payment_response #2608

Closed
furan917 opened this issue May 10, 2024 · 1 comment
Assignees
Labels
Enhancement Indicates a new feature request

Comments

@furan917
Copy link

furan917 commented May 10, 2024

If possible I'd like the team to do an quick additional optimization pass on the db_schema.xml file to add DB indexes to tables where queries are ran against.

Specifically one of my clients is seeing increased performance loss on any pathway searching on the merchant_reference which is causing 2-4s additional load time.

Describe the solution you'd like
A quick addition of an index to adyen_payment_response on merchant_reference

Additional context
This is not a big problem, but a nice to have, especially as we can manually add a reference ourselves.

CREATE INDEX ADYEN_PAYMENT_RESPONSE_MERCHANT_REFERENCE ON adyen_payment_response (merchant_reference);
@furan917 furan917 added the Enhancement Indicates a new feature request label May 10, 2024
@RokPopov
Copy link
Contributor

Hi @furan917, thank you for raising this with us.

We currently have an investigation ticket opened for looking into the necessity of the adyen_payment_response table alltogether. You can follow the progress of the issue related to the investigation here.

I will be closing the ticket for now.

Kind regards,
Rok

@RokPopov RokPopov self-assigned this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Indicates a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants