Project

General

Profile

Actions

Patch #39837

closed

Optimize query models by replacing `map` with `pluck`

Added by Go MAEDA 5 months ago. Updated 4 months ago.

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

0%

Estimated time:

Description

The attached patch introduces several changes aimed at optimizing various queries in query models.

It replaces `map` with `pluck` in several places, and improves the efficiency of data retrieval from the database. This change should lead to better performance and reduce memory usage.


Files

optimize-query-models.patch (5.48 KB) optimize-query-models.patch Go MAEDA, 2023-12-13 06:57
Actions #1

Updated by Go MAEDA 5 months ago

  • Subject changed from Optimize query models for efficiency to Optimize query models by using `pluck`
Actions #2

Updated by Go MAEDA 4 months ago

  • Target version set to 6.0.0
Actions #3

Updated by Go MAEDA 4 months ago

  • Subject changed from Optimize query models by using `pluck` to Optimize query models by replacing `map` with `pluck`
  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed the patch in r22575.

Actions

Also available in: Atom PDF