DarthHater / bored-board-webapp

Here we go again
Apache License 2.0
4 stars 2 forks source link

IMPLEMENT: Use trigger/events to update User Info #26

Open andysbolton opened 6 years ago

andysbolton commented 6 years ago

Right now user statistics are being retrieved using a join. It would be more performant if we used a DB trigger or Redis events to update this (and probably similar) information.