-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.7.1
-
Component/s: Query & PageProvider
Writing to the fulltext table from multiple threads may cause issues in some databases (especially SQL Server), sometimes ending up in failures due to lock acquisition.
We should modify the fulltext indexing mechanism to do fulltext table writes from a single thread. The extraction from binary text can still proceed from multiple threads as it doesn't touch the fulltext table.
- depends on
-
NXP-10823 Proper ecm:fulltextJobId invalidation
- Resolved
-
NXP-10860 Activity tests are brittle when some events occur before they run
- Resolved
-
NXP-10679 WorkManager should allow Work execution to be delayed after the transaction commit
- Resolved
-
NXP-10668 Allow WorkManager scheduling to use a priority queue
- Resolved
- is required by
-
NXP-7956 Random crash in async event listeners on CoreFeature annotated tests with a repository init
- Resolved
-
NXP-25716 Simplify fulltext extraction
- Resolved