in reply to Performance question about loggin application events

As long as the table has no indices you should be fine.

I've tried this strategy and we were never able to effectively use the data because there were too many individual entries - queries took a very long time. In the end we wrote the data to a simple csv file and used a couple of Perl scripts to produce summaries and reports.
  • Comment on Re: Performance question about loggin application events