I have a MySQL database that is being used to store update packets received from remote users. Every five to ten updates, some additional code runs that creates what is essentially a collective update packet. This approach allows users to grab the most recent information for the application without having to re-generate the state from update packet zero.I have a MySQL database that is being used to s