The optional STORE IN clause lets you specify one or more tablespaces into which the database stores interval partition data using a round-robinalgorithm for subsequently created interval partitions.
STORE IN参数可以明确间隔分区使用的一个或多个表空间,他使用的是循环算法来创建间隔分区。
2
You could have used a round-robin or done some extra work and gone with a "least connections" algorithm, but we wanted to keep it as simple as possible.