分区的问题

treestar001 2004-06-24 05:39:08
早Oracle中分区,MAXVALUE代表什么意思.能否举例说明
...全文
115 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
beckhambobo 2004-08-17
  • 打赏
  • 举报
回复
Range Partitioning
Range partitioning maps data to partitions based on ranges of partition key values that you establish for each partition. It is the most common type of partitioning and is often used with dates. For example, you might want to partition sales data into monthly partitions.

When using range partitioning, consider the following rules:

Each partition has a VALUES LESS THAN clause, which specifies a noninclusive upper bound for the partitions. Any binary values of the partition key equal to or higher than this literal are added to the next higher partition.
All partitions, except the first, have an implicit lower bound specified by the VALUES LESS THAN clause on the previous partition.
A MAXVALUE literal can be defined for the highest partition. MAXVALUE represents a virtual infinite value that sorts higher than any other possible value for the partition key, including the null value.
「已注销」 2004-08-16
  • 打赏
  • 举报
回复
up
bigddaddy 2004-06-25
  • 打赏
  • 举报
回复
代表你划分区域中的最大值,例如有字段a(int),maxvalue设为5的话,则该分区只包括a字段中5以下的数据
okok999 2004-06-25
  • 打赏
  • 举报
回复
mark

treestar001 2004-06-25
  • 打赏
  • 举报
回复
怎样设置MAXVALUE的值呢?

17,086

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧