文档详情

SQLServer数据库优化_宋俊华.pdf

发布:2017-06-27约字共5页下载文档
文本预览下载声明
数据库和信息管理 DATABASE AND INFORMATION MANAGEMENT ……………………………………………………………………………………………………………………………… SQL Server 数据库优化 , 宋俊华 贾荣德 (1. 招远市人口和计划生育局信息中心,招远 265400 ; 2. 招远市夏甸镇人民政府,招远 265400) 摘 要:SQL Server 数据库系统一般在运行几年之后,随着数据量的增大,性能会慢慢下降。本文旨在帮助系统管 理员找出造成数据库性能低下的原因,合理配置和优化,让数据库以最佳的状态运行。 关键字:数据库;配置;优化 Optimization of SQL Server Database SONG Junhua, JIA Rongde (1. Information center,zhaoyuan bureau of population and family planning ,zhaoyuan 265400; 2. Xiadian town of Zhaoyuan City Peoples Government,zhaoyuan 265400) 【Abstract 】After the SQL Server database system running years, as the data increasing, the capability will fall. The thesis wants to help the manager find the reason of database lower capability, configure and optimize the database with reason, in order to keep the database running in optimal state. 【Keyword 】database; configure; optimization 1 概述 (1)访问尽量少的磁盘块,减少浪费。 SQL Server 数据库系统一般在运行几年之后,随着数据量 (2)尽可能将块读入高速缓存。 的增大,性能会慢慢下降,本文旨在帮助系统管理员找出造 (3)尽可能快地读、写。 成数据库性能低下的原因,合理配置和优化SQL Server2000 , (4)确保用户不等待资源。 让数据库以最佳的状态运行。 (5)备份与内部处理时尽量少影响效率。 1.1 调整的层次 2 数据库参数调整 (1)程序设计与开发级 SQL Server 的一些参数对SQL Server 性能起至关重要的作 1)优化商业规则、数据设计。 用。SQL Server 是一个自动管理、 自动配置的数据库,在SQL 2)优化应用程序设计。 Server 安装之初所有参数的默认值可以符合大多数数据库服务 3)优化数据库逻辑设计。 器的需要。如果数据库
显示全部
相似文档