Enter a brief description of your changes
(Required)
Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Having another Table for storing Document References (i.e separate them from the xwikidocs table) and having unique ids for Documents would cause performance problems with Hibernate since we would need to always have 2 queries when loading a doc: one query to find the Document id from a Document Reference and another query to load the Document from its id.
see also Document Aliases and especially: