Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
16.10.2
-
Unknown
-
Description
The idea is to try to save only the xobjects which were modified or new xobjects.
This would help a lot to mitigate the save part of XWIKI-2874 for use cases where a tiny part of the document is modified (like just adding or removing some user from a group).
In practice, it means keeping track of updates made to BaseObject like we do with XWikiDocument or attachments, and when saving the document only save "dirty" xobjects.
Attachments
Issue Links
- relates to
-
XWIKI-22576 Performance issues for saving large groups
- Open
-
XWIKI-2874 Loading and saving documents from/to the database with a lot of objects can take a long time
- Open
-
XWIKI-22613 Updating the history can take a very long time when there are a lot of objects
- In Progress