Mysql - Summary Tables
        Posted  
        
            by jwzk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jwzk
        
        
        
        Published on 2010-04-28T01:12:20Z
        Indexed on 
            2010/04/28
            1:13 UTC
        
        
        Read the original article
        Hit count: 482
        
Which method do you suggest and why?
Creating a summary table and . . .
1) Updating the table as the action occurs in real time.
2) Running group by queries every 15 minutes to update the summary table.
3) Something else?
The data must be near real time, it can't wait an hour, a day, etc.
© Stack Overflow or respective owner