摘要
存储过程是数据库管理系统的重要功能补充,能够有效提高C/S结构DBMS执行效率。存储过程的设计,必须满足快速性、完备性及易用性。DM3依照SQL92标准,采用混合执行及SQL优化等措施,设计实现了规范、灵活、高效的存储过程 DMSP。
This paper presents the implement method of storage procedure of DM3 database management system (DMSP).The implementing of DMSP refers to SQL92 standard.The creator module of DMSP compiles source program into three kinds of instructions according to the specialties of storage procedure.The executor module of DMSP explains these instructions using a virtual computer.It also discusses storage management of DMSP and distributed features of DMSP.
出处
《计算机工程与应用》
CSCD
北大核心
2000年第2期126-127,150,共3页
Computer Engineering and Applications
关键词
存储过程
数据库管理系统
DM3
stored procedure,Datahase Management System(DBMS),DM3 storage procedure(DMSP)