在日期分区现有表

编程入门 行业动态 更新时间:2024-10-27 16:28:53
本文介绍了在日期分区现有表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何在日期分区现有表格?我们有几十亿条记录。

How can I partition existing Table on Date ? We have some billion records in this.

ID Int PK

ID Int PK

ENTName varchar(50)

ENTName varchar(50)

Desc varchar(100)

Desc varchar(100)

OccuredDate 日期时间

OccuredDate Datetime

OccuredUTC 日期时间

OccuredUTC Datetime

sami

推荐答案

创建分区函数datetime列

Create a partition function on the datetime column

创建分区方案

如果表具有聚簇索引,请将其删除并重新创建,包括分区列。否则,使用分区方案在分区列上创建聚簇索引。

If the table has a clustered index, drop it and re-create it including the partition column. Otherwise create a clustered index on the partition column using the partition scheme.

更多推荐

在日期分区现有表

本文发布于:2023-10-20 12:57:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1511029.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:分区   日期

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!