cbrwizard / picswars.io

Project-only repo for a browser game PicsWars.io
http://picswars.io/?ref=github
2 stars 0 forks source link

Optimise update queries so they perform operations on multiple records at once #101

Open cbrwizard opened 6 years ago

cbrwizard commented 6 years ago

Upgrade assignSquareToUser so that it can perform an update on multiple squares in a single query and update frontend accordingly (ideally, it should run a single action to update squares)

cbrwizard commented 6 years ago

Should be needed only if performPlan (on be or fe) takes a while