NAME
Chronicle::Plugin::DBTweak - Speedup import process
DESCRIPTION
This plugin is responsible for turning off Database synchronization, which results in a significantly faster import process.
The downside is that we're at risk of data-lass within the SQLite database because we're not relying upon the operating system to sync the database between inserts.
For our use-case this is not a concern.
AUTHOR
Steve Kemp <steve@steve.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.