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

Replace Customer / Order search with ElasticSearch #344

Open
JamesFX2 opened this issue Feb 27, 2023 · 1 comment
Open

Replace Customer / Order search with ElasticSearch #344

JamesFX2 opened this issue Feb 27, 2023 · 1 comment

Comments

@JamesFX2
Copy link

Running a store with a lot of orders and a lot of customers - things like searching in the Customer view by email or Sales Order List by increment_id can take 8s, complex queries can take 2-3x as long. I've been impressed by how fast ElasticSearch seems to be for products, are there any plans to use ElasticSearch in the admin backend for managing customer searches or sales order searches?

We've managed to band-aid searches by adding fulltext indexes to the sales_order_grid and using plugins to do match('increment_id') against - or changing fields from like % searches to eq searches. But there's got to be a better approach than archiving orders or making lots of fulltext indexes.

@m2-assistant
Copy link

m2-assistant bot commented Feb 27, 2023

Hi @JamesFX2. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.

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

No branches or pull requests

1 participant