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.
表 A 有数十亿的数据,表 B 的记录量非常少。我们正在使用 UNION ALL 获取所有 A 和 B 的联合。当我们对视图查询进行排序时,获取记录需要很长时间,您知道如何提高性能吗?