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.
我有很多颜色的产品。
我曾经使用一对多关系(列表)来映射它,并用分隔符(“,”)将它们连接在一起
示例:绿色,红色,蓝色
当我尝试使用 JOIN Fetch 检索 5000 条记录时,这非常慢。
我想知道我应该改用公式吗?我知道公式将使用子选择语句检索它。
oO
确保在 where 子句和 orderby 子句中用作主键和外键的所有字段(数据库列)在数据库中都有索引。除此之外,您应该粘贴您的代码和 sql,以便提供更详细的帮助/建议