Actions
Bug #7545
closedBackend views performance issues
Description
With large amount of data some of the backend views (e.g. Likes) stall. Review their SQL and improve where needed as they should not be slow as it makes management impossible.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Only impacted Likes view due to JOIN for like type. Changed to subquery for better performance.
Actions