Details
-
Bug
-
Resolution: Unresolved
-
None
-
None
-
Low
-
Empty show more show less
Description
problem
With implementing the segment metaCache on each segment save the segments metaCache is updated. This update call was very slow for huge tasks. It seems that the whole data is considered instead only the affected segments of one transunit.
This was improved with TRANSLATE-1310 by changing the UPDATE SQL for single segments.
An additional improvement is described by this issue: disabling the metaCache update on segment save for tasks in status import. The final update of the metaCache must be done in setTaskToOpen.
See editor_Models_Segment_MaterializedView::updateSiblingMetaCache
solution
- Enable a bulk metacache update like on the import itself, triggered on set task to open
- single update on each segment must be disabled therefore if task has still state import
- single update on each segment must be disabled therefore if task has still state import
Attachments
Issue Links
- relates to
-
TRANSLATE-1310 Improve import performance by SQL optimizing in metacache update
- Done