Bug #1872
Mis à jour par Sebastien Jacquot il y a plus de 5 ans
When many multiple annotations are created the current code creates as many SQL transactions as annotations to create.
h3. Solution
Create annotation creation methods without transaction and update concordance editor to use only one transaction.
h3. Validation test
* Create a concordance with [] query
* annotate more than 50 000 lines in all the concordance
* check if the duration is OK
h3. Solution
Create annotation creation methods without transaction and update concordance editor to use only one transaction.
h3. Validation test
* Create a concordance with [] query
* annotate more than 50 000 lines in all the concordance
* check if the duration is OK