NAME
Hailo::Storage::SQLite - A storage backend for Hailo using DBD::SQLite
DESCRIPTION
This backend maintains information in an SQLite database. It can handle pretty large datasets.
For some example numbers, I have a 5th-order database built from a 204k line (7.2MB) IRC channel log file (7.2MB). On my laptop (Core 2 Duo 2.53 GHz) it took 10 minutes and 42 seconds (317 lines/sec) to create the 290MB database. Furthermore, it can generate 166 replies per second from it. Since this is just an SQL database, there is very little RAM usage.
AUTHOR
Ævar Arnfjörð Bjarmason <avar@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2010 Ævar Arnfjörð Bjarmason.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.