Project

General

Profile

Actions

Patch #40854

closed

Optimize Issue#blocked? and Issue#duplicates

Added by Go MAEDA 30 days ago. Updated 29 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Performance
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

This patch optimizes the Issue#blocked? and Issue#duplicates methods with the following changes:

  • Adds an early return if relations is empty, avoiding unnecessary database queries.
  • Uses where` to filter relations directly in the database, improving query efficiency.

Files

Actions #2

Updated by Go MAEDA 29 days ago

  • Status changed from New to Closed

I withdraw this patch.
I found that this patch may generate more queries than before the change.

Actions

Also available in: Atom PDF