Database load and table design ?

2005-04-16 Thread Michael Gale
Hello, Currently I am using syslog-sql to store syslog data in a mysql database. The table format is something like: ID hostnamefacilityprioritydatemessage ID is auto incrementing Now I am writting a perl app to calculate stats based on the data in the table

Re: Database load and table design ?

2005-04-16 Thread Dan Nelson
In the last episode (Apr 16), Michael Gale said: Currently I am using syslog-sql to store syslog data in a mysql database. The table format is something like: IDhostnamefacilityprioritydatemessage Now I am writting a perl app to calculate stats based on the