摘要
在超大型数据库(VLDB)中,数据表的大小以数百GB甚至以TB计算,这种类型的数据表经常出现在数据仓库中,常用于存储系统的历史数据,用于同比、月比、多维分析等决策支持的应用,当一个表的数据量达到一定的大小,性能下降非常明显,本文将针对大数据表进行横向分割,并在SQL Server 2005上进行实现,来提高数据分析的性能。
In very large database, data sheet size is measured in hundreds of gigabytes, or even terabytes. This type of table often appears in data warehouse, used for the same term comparison, monthly comparison and multidimensional analysis, etc. Performance degradation becomes apparent once tables reach larger sizes. In the present paper, an implement of large table in SQL Server 2005 is proposed to improve performance.
出处
《福建金融管理干部学院学报》
2007年第1期60-64,共5页
Journal of Fujian Institute of Financial Administrators
关键词
横向分区
分区函数
分区模式
horizontal partition
partition function
partition schema