This issue has been created
There are 4 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d8608a05-d0b2-4dd2-8d41-6172698f8a43 XWIKI-23536 Open

Saving documents to the database with a lot of new/modified objects can take a long time

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-7b74dced-726b-4cd8-97d0-02f322802116 Thomas Mortagne created this issue on 18/Sep/25 09:07
 
Summary: Saving documents to the database with a lot of objects can take a long time
Issue Type: cid:jira-generated-image-avatar-d8608a05-d0b2-4dd2-8d41-6172698f8a43 Bug
Affects Versions: 15.10.12
Assignee: Unassigned
Components: Old Core
Created: 18/Sep/25 09:07
Priority: cid:jira-generated-image-static-major-d892eb6e-da1f-4316-82e9-d0b7a15535ad Major
Reporter: Thomas Mortagne
Description:

A lot of xobject means a lot of entries spread across various tables and a lot of corresponding queries.

We already have an optimization to try to save only xobjects that were added/modified, but this issues is mainly about tracking if we can do something to improve the saving of a lot of new xobject added all at once.

 
 

4 updates

 
cid:jira-generated-image-avatar-7b74dced-726b-4cd8-97d0-02f322802116 Changes by Thomas Mortagne on 18/Sep/25 09:10
 
Summary: Saving documents to the database with a lot of new/modified objects can take a long time
Version: 15.10.12
Version: 17.1.0-rc-1
Labels: performance