Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Set sqlite Pragma synchronous and temp_store to increase performance.

OC000032393429 anonym requested to merge sqlitepragma into main

Set sqlite Pragma synchronous to OFF and temp_store to 2 in order to increase performance. Test shows improvement from 1.01s to 27ms only with synchronous set to off. Permissions to Connection.php must be set to write before saving is posible.

Merge request reports

Loading