期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
CHIQL的多语句查询特征及其优化处理 被引量:1
1
作者 孟小峰 王珊 +2 位作者 林耀燊 黄锦辉 刘文琸 《软件学报》 EI CSCD 北大核心 1997年第7期549-554,共6页
CHIQL(Chinesequerylanguage)是一个正在开发中的中文数据库查询语言.为满足各种用户的需要,CHIQL在设计上具有如下的特点:符合中国用户思维方式的较自然的中文表述方式;过程化与非过程化相结合的多语句查询.对CHIQL而言,在实... CHIQL(Chinesequerylanguage)是一个正在开发中的中文数据库查询语言.为满足各种用户的需要,CHIQL在设计上具有如下的特点:符合中国用户思维方式的较自然的中文表述方式;过程化与非过程化相结合的多语句查询.对CHIQL而言,在实现上与传统SQL的最大区别在于它的多语句查询处理技术方面.本文在描述了CHIQL语言特征之后,重点讨论了多语句查询独特的优化问题,提出了基于语句合并的优化方法,并定性地分析了效率改善情况. 展开更多
关键词 中文查询语言 SQL 用户界面 数据库系统
下载PDF
The Processing and Improvement of Multi-Statement Queries in Chiql
2
作者 孟小峰 黄锦辉 +2 位作者 叶孙民 林耀燊 王珊 《Journal of Computer Science & Technology》 SCIE EI CSCD 1998年第2期161-173,共13页
Chiql is a novel Chinese relational database query language for Chinese users. It supports procedural query style in which users can specify a complex database request in multiple simple statements. This facility rend... Chiql is a novel Chinese relational database query language for Chinese users. It supports procedural query style in which users can specify a complex database request in multiple simple statements. This facility renders Chiql simple-to-use and easy-toremember. However, direct execution of multi-statement Chiql queries (i.e. statement by statement) is often inefficient as potential indexbased operations (e.g. join) are by-passed. Furthermore, it often incurs additional database operations, such as scan and projection. To improve this situation, the SMA (Statement Merging Algorithm) is proposed. The goal of SMA is to merge as many dependent statements within a Chiql query as possible to form a more efficient Chiql query. The ability in achieving improved efficiency without sacrificing the simplicity of the language is the major advantage of this algorithm. 展开更多
关键词 Chiql SQL query processing DBMS
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部