Actions
Patch #39837
closedOptimize query models by replacing `map` with `pluck`
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
Updated by Go MAEDA about 1 year ago
- Subject changed from Optimize query models for efficiency to Optimize query models by using `pluck`
Actions