I have a database driven website serving about 50,000 pages.
I want to track each webpage/record hit. I will do this by creating logs, and then batch processing the logs
I would use a Delayed Insert into MySQL. This way you don't have to wait for the insert to finish.