To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115625
                 Issue #|115625
                 Summary|Improve OOo save times by splitting a large file to ma
                        |ny.
               Component|framework
                 Version|OOo 3.3 RC4
                Platform|Unknown
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|FEATURE
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|de_logics





------- Additional comments from de_log...@openoffice.org Wed Nov 17 08:31:39 
+0000 2010 -------
As seen from Issue 110349, the saving mechanism of OOo is - 

1) Unreliable
2) Slow

For large files, actually the slow part is obvious, there's no work around
except by incremental saving, which's difficult to implement.

However the saving mechanism could be enhanced by splitting a large file into
many parts with a predefined nomenclature. There should be a saving mechanism by
which a document will be split to many parts after it has reached a certain size
(which will be defined by the user). All splitted files will contain info about
the size after which the file should be split, by using this and the
nomenclature of the broken files (which will be searched for) the document will
be opened as a whole.

The document will be broken from the beginning to the end, thus saving a
document will only recreate a single file rather than many or a large file.

It might happen that a user deletes certain section of the document, making one
part lighter... this will be accepted as it is. To fix this issue however
there's be an option to recompute all the parts and recreate them.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to