Feature #10458
Improve scalability of the Description updates module by using the search index for queries
Status: | Verified | Start date: | 10/21/2016 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Performance / scalability | |||
Target version: | Release 2.4.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | Yes | Requires documentation: |
Description
Currently the description updates module uses SQL to query the database directly, which can cause performance issues in larger datasets. This issue will see the scalability of the Description updates module improved by ensuring that all entities currently covered in the module are added to the Elasticsearch index, and it will then shift all queries to use the ES index rather than SQL.
Related issues
History
#2 Updated by Mike Cantelon over 5 years ago
- Subject changed from Improve scalability of the description updates module to Improve scalability of the Description updates module by using the search index for queries
#3 Updated by Mike Cantelon over 5 years ago
- Add Functions to the Elasticsearch index
- Update Description updates module so ES index is used for all queries
#4 Updated by Dan Gillean over 5 years ago
- Description updated (diff)
- Target version set to Release 2.4.0
- Sponsored changed from No to Yes
#5 Updated by Dan Gillean over 5 years ago
- Related to Feature #10462: Update Description updates page layout added
#6 Updated by Dan Gillean over 5 years ago
- Tracker changed from Task to Feature
#7 Updated by Jesús García Crespo over 5 years ago
- Status changed from New to Feedback
#8 Updated by Dan Gillean over 5 years ago
- Status changed from Feedback to Verified
- Assignee deleted (
Mike Cantelon)