Actions
Feature proposal #5451
closedImprove prefetching performance
Description
Improve comment/tag count prefetching performance. Try using a simple subquery select instead of a separate function that does a large count query. See GJ for example of this.
Updated by krileon almost 8 years ago
- % Done changed from 0 to 50
These are now just subqueries of the activity query. This reduces 3 queries down to 1. Still needs indexing.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Actions