magento2: [Performance] CatalogSearch Indexer Performance Degradation with Elasticsearch
Preconditions (*)
- Magento 2.3-develop#fcf9eed8a2456a88d36cfcca02f6a35ad81d6972
- Install medium performance profile
magento setup:performance:generate-fixtures setup/performance-toolkit/profiles/ce/medium.xml
- Install Elasticsearch 5
Steps to reproduce (*)
- Validate MySQL is enabled for search
magento indexer:reindex catalogsearch_fulltext
Using single thread
- Note index time. Locally I’ve observed ~4 minutes
- Configure search to use Elasticsearch5+
magento indexer:reindex catalogsearch_fulltext
Using single thread
- Note index time. Locally I’ve observed ~22 minutes
Expected result (*)
- Full re-indexing time should be somewhat consistent using different backends.
Actual result (*)
- Using Elasticsearch increases re-indexing time by 5x.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 1
- Comments: 23 (17 by maintainers)
@magento-engcom-team Hi, could you let us know the PR that fixed this?