[Libreoffice-bugs] [Bug 134421] New: Replace xcu settings storage with sqlite database
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 30 10:06:37 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134421
Bug ID: 134421
Summary: Replace xcu settings storage with sqlite database
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: telesto at surfxs.nl
Description:
Replace xcu settings storage with sqlite database.
The XCU is read/written rather often (every color change, every toolbar change)
and size is rather 'large' (1-3 MB).. So SQLite has some advantages IMHO.
Instead of rewriting the XCU thousand of times
Looks like regular standard in lot of software.. and sqlite tables are not to
hard to edit either.
Steps to Reproduce:
-
Actual Results:
-
Expected Results:
-
Reproducible: Always
User Profile Reset: No
Additional Info:
Better performance
Reading and writing from an SQLite database is often faster than reading and
writing individual files from disk. See 35% Faster Than The Filesystem and
Internal Versus External BLOBs.
The application only has to load the data it needs, rather than reading the
entire file and holding a complete parse in memory.
Small edits only overwrite the parts of the file that change, reducing write
time and wear on SSD drives.
Reduced application cost and complexity
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200630/4ebdddd0/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list