Closed cham closed 11 years ago
applying sorting to getThreads increases query time by 100-200% on large collections (million+ comments). Adding an index helps but we should optimise this for at least the default sorting (last comment time).
this has largely been mitigated by indexing last_comment_time so I'm closing
applying sorting to getThreads increases query time by 100-200% on large collections (million+ comments). Adding an index helps but we should optimise this for at least the default sorting (last comment time).