摘要
在数据库系统的运行过程中,随着数据量的增加,各方面性能都会逐渐下降。为了提高数据库性能,可以从优化数据库设计、存储方案、索引设计和并发控制等多个方面入手来解决。适当程度的非规范化可以改善系统的查询性能;将数据均匀分布在磁盘上可以提高I/O利用率,提高数据的读写性能;建立索引和编写高效的SQL语句能有效避免低性能操作;在编程过程中充分考虑并发控制可能导致的不一致性问题,会有效避免死锁的发生,解决性能的瓶颈。
In the procedure of the database running,many performances of it will gradually decline by the increasing of data.We can improve the performances by optimizing the database design,storage design,indexes design and etc.Appropriate non-standardized design may improve the query performance;Uniform-data-storage on disks can increase the I/O utilization and etc.
出处
《中国西部科技》
2008年第33期30-32,共3页
Science and Technology of West China
关键词
性能优化
优化设计
存储优化
查询优化
performance optimization
design of optimization
storage optimization
query optimization