You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMG - Find lower matchID bound and copy all matches up into new table before working on them... instead of doing the filter straight. code
CMF - Update to use new method above
CMGV - Update to use new method above
CMPV - Update to use new method above
Recent Games - Have separate match table with required data. Cron job that runs every five minutes. Cron job drops games older than a week from the table, and adds all of the games recorded with a matchID greater than the highest currently in the table.
CMPV - Grab number of fields from schema. Process a max of 20k games (example). If it's more than max number of games, only process the first (20k * 10 [assume avg 10 custom fields] / 24 [actual number of fields]) = 8333 games.
CMPV - Find substitute for PHP data processing. Having it all in mysql operations will be a lot faster.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: