Page is a not externally linkable
mbabuskov - 8:11 am on Mar 5, 2011 (gmt 0)
Actually, play data is rarely used, it's only for archival purposes (in case player complains about the points he got). There are many queries WHERE USERID = ?, so that's why userid is the first column in PK.
I didn't think about simulating users with scripts, that's a very good idea. Thanks.