摘要
动态网页设计中分页显示数据有多种方法,其中存储过程按需分页最好:它依靠二分思想,将整个待查询记录分为2部分,使扫描的记录量减少一半,进而通过对数据表及查询条件进行优化,实现了存储过程的优化.对几种存储过程分页方式的性能测试结果也表明二分优化存储过程更为高效.
There are several methods to display paged data in dynamic web page design,but stored procedure for demanding pages is best.It relies on dichotomous approach thinking,dividing the entire query record into two parts,reducing the amount of scanning records to half,and then through optimizing the data table and query condition to archive the optimization of the stored procedure.Performance testing for these several store procedure data paged,experiment result showed that performance of dichotomous optimization store procedure for data paged was high.
出处
《郑州轻工业学院学报(自然科学版)》
CAS
2010年第3期39-42,共4页
Journal of Zhengzhou University of Light Industry:Natural Science
基金
河南省重点科技攻关项目(082102210054)
河南省自然科学基金项目(0411010500)
关键词
数据分页
性能优化
Web响应时间
data paged
performance optimization
Web response time