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@lists.freedesktop.org
          Reporter: tele...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to