|
|
| There's more than one way to do things | |
| PerlMonks |
Re: IRC log searchby FitTrend (Pilgrim) |
| on Feb 22, 2005 at 04:50 UTC ( #433250=note: print w/ replies, xml ) | Need Help?? |
|
I'm assuming that you will have a large volume of data to process. If so, a database is the way to go to speed up searching and data crunching. However, the database schema will depend on what you are trying to get out of your project. What kind of reporting or searching will you be performing? If you are unsure on what to do about a database schema, inserting each line into a database (I prefer mysql) and then utilize some database analyzing queries to help optimize your database. Referencing the MySQL documenation at http://dev.mysql.com/doc/mysql/en/optimizing-database-structure.html is a good place to start. On the perl side: DBI, DBD::MySQL, and Class::DBI are a few good modules to help you talk to your database. There are certainly more modules and examples on CPAN. Hope This helps.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||