Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JoeScylla

Pages: [1]
1
It would be nice to configure the pragmas of a SQLite database; especially the "synchronous" pragma. "synchronous" is set on FULL per default which is very very safe but also very very slow. It would be nice to set to be able to set "synchronous" to NORMAL or even OFF to speed up thumbnail creation (OFF is ~50 times faster then FULL).

See also:
- http://www.sqlite.org/pragma.html
- http://www.sqlite.org/pragma.html#pragma_synchronous

Pages: [1]