NAME
Hailo::Storage::DBD::SQLite - A storage backend for Hailo using DBD::SQLite
DESCRIPTION
This backend maintains information in an SQLite database. It is the default storage backend.
For some example numbers, I have a 5th-order database built from a ~210k line (7.4MB) IRC channel log file. On my laptop (Core 2 Duo 2.53 GHz) it took 8 minutes and 50 seconds (~400 lines/sec) to create the 229MB database. Furthermore, it can generate about 90 replies per second from it.
AUTHOR
Ævar Arnfjörð Bjarmason <avar@cpan.org>
Hinrik Örn Sigurðsson, hinrik.sig@gmail.com
LICENSE AND COPYRIGHT
Copyright 2010 Ævar Arnfjörð Bjarmason and Hinrik Örn Sigurðsson
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.