What is the most efficient way to keep track of all user traffic inside a database
        Posted  
        
            by Brendan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Brendan
        
        
        
        Published on 2010-06-03T16:56:03Z
        Indexed on 
            2010/06/03
            17:04 UTC
        
        
        Read the original article
        Hit count: 172
        
Currently I am using mysql to log all traffic from all users coming into a website that I manage. The database has grown to almost 11m rows in a month, and queries are getting quite slow. Is there a more efficient way to log user information? All we are storing is their request, useragent, and their ip, and associating it with a certain website.
© Stack Overflow or respective owner