Patch #39837
closed
Optimize query models by replacing `map` with `pluck`
Added by Go MAEDA almost 2 years ago.
Updated almost 2 years ago.
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
- Subject changed from Optimize query models for efficiency to Optimize query models by using `pluck`
- Target version set to 6.0.0
- 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.
Also available in: Atom
PDF