Comment on Ask HN: Scalable way of logging page request data from a PHP application?Comments−chrismiller15yIf you do go the MySQL route be sure to check out INSERT DELAYED http://dev.mysql.com/doc/refman/5.5/en/insert-delayed.html−ichiltonOP15yYes, I use this but the problem is still that if you fire large amounts of traffic at it then you get a lot of these building up and still create a bottleneck.
Comments
If you do go the MySQL route be sure to check out INSERT DELAYED http://dev.mysql.com/doc/refman/5.5/en/insert-delayed.html
Yes, I use this but the problem is still that if you fire large amounts of traffic at it then you get a lot of these building up and still create a bottleneck.