Actions
Feature proposal #5451
closedImprove prefetching performance
Feature proposal #5451:
Improve 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.
Actions