数据库系统的查询优化技术是提高数据库系统效率的重要技术。当今Java和C++等主流程序设计语言依靠SQL语句,造成数据库系统中查询复杂、繁琐、效率低下、可靠性得不到保证等。针对上述问题,在PAR(Partition And Recur)平台数据库关系代数实现机制基础上,提出和实现基于关系代数的查询优化规则设计方法。这种设计不仅提高了数据库查询效率,也为高可靠数据库的形式化开发提供了依据。
As the amount of data increases rapidly, the query efficiency of database decreases, and the system responds slowly. The design method on the PAR platform is proposed and achieved based on relational algebra query optimization rules. This design not only improves the efficiency of database queries, but also provides a basis for the formal development of highly reliable database.