Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Due a missing DB index the analysis and pre-translation was taking to much time.
-
Empty show more show less
Description
problem
On saving a segment the meta data cache is also updated. Due a missing DB index when changing segment addressing by TRANSLATE-3303 from transunitId to transunitHash on each segment save all segments of a task were searched through two times.
This was leading to a very long running operation finishing worker which was doing a save per each segment.
solution
Optimize segment meta table index.
Attachments
Issue Links
- is caused by
-
TRANSLATE-3303 Generated mid is not unique enough
- Done