Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在处理具有关联的模型时,加载关联模型的最佳实践是:显式使用Repo.preload或指定在定义查询时应预加载的关联?
它们是等价的,所以任何方法都可以,真的。如果您想将所有内容放在一个地方,请将其作为查询的一部分。Repo.preload/2当由于某种原因已经执行查询时很有用。
Repo.preload/2