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.
我有一个场景,我只有可以在分区键中使用的序列号列,其余列将在节点上创建大分区。
所以我的问题是,在分区键中使用序列号有什么缺点吗?
通过这样做,我的选择查询将扫描整个表而不是转到特定分区。
注意:我有动态选择语句。
谢谢