通过构建关系获得查询时,构建器的性能如何?

时间:2018-07-05 11:39:47

标签: laravel

在性能方面应该更快些。

$someModel->relation->pluck('otherRelation')

这将返回一个收藏集

OtherRelation::query()->whereIn('id',  $someModel->relation()->pluck('other_relation_id'))

0 个答案:

没有答案