The ORDER clause is a performance killer for sequences in Oracle RAC. This clause will guarantee that the NEXTVAL is in order from the
previous value no matter which instance is asking for the next value. For an active sequence, this means there will be lots of chatter on the Cluster Interconnect. Also, if you use ORDER, then it is worse than NOCACHE (another performance killer for active
sequences in Oracle RAC).
oracle sequence 是否需要顺序?
最新推荐文章于 2021-04-16 01:11:27 发布