本文主要参考《Distributed and Parallel Database system》杂志1993年第4期上刊登的论文“Parallel DBs:Open Problems and New Issues”并结合自己的研究工作综合编写而成。全文综述了并行数据库系统的目标、体系结构及尚未解决的问题。
数据库系统允许用户共享数据,但必须通过访问控制保证数据安全,防止数据的篡改、泄漏或丢失。PostgreSQL借助ACL(Access Control List)技术达到控制访问请求和信息保护的目的。该系统中的数据库对象都有一个ACL,只有出现在ACL中并且具...数据库系统允许用户共享数据,但必须通过访问控制保证数据安全,防止数据的篡改、泄漏或丢失。PostgreSQL借助ACL(Access Control List)技术达到控制访问请求和信息保护的目的。该系统中的数据库对象都有一个ACL,只有出现在ACL中并且具有所需权限的用户才能够访问该对象。PostgreSQL将对象的ACL按抽象数据类型加以维护并用于访问控制,实现方法简洁,易于增强和扩展。它还通过用户组、ACL压缩等技术进一步优化数据访问控制的性能。同时对扩展列级授权给出建议。展开更多
A Data Warehouse System has a more large scale of data, and rather simple process logic than a DBMS. Sothose optimize means of DBMS Query system are not so valid. This paper discusses the optimize policy used in to pa...A Data Warehouse System has a more large scale of data, and rather simple process logic than a DBMS. Sothose optimize means of DBMS Query system are not so valid. This paper discusses the optimize policy used in to par-allel DW system ParaWare, such as query division, public sub query mergence, and fill in the query result. It alsogives out the right algorithm.展开更多
文摘本文主要参考《Distributed and Parallel Database system》杂志1993年第4期上刊登的论文“Parallel DBs:Open Problems and New Issues”并结合自己的研究工作综合编写而成。全文综述了并行数据库系统的目标、体系结构及尚未解决的问题。
文摘数据库系统允许用户共享数据,但必须通过访问控制保证数据安全,防止数据的篡改、泄漏或丢失。PostgreSQL借助ACL(Access Control List)技术达到控制访问请求和信息保护的目的。该系统中的数据库对象都有一个ACL,只有出现在ACL中并且具有所需权限的用户才能够访问该对象。PostgreSQL将对象的ACL按抽象数据类型加以维护并用于访问控制,实现方法简洁,易于增强和扩展。它还通过用户组、ACL压缩等技术进一步优化数据访问控制的性能。同时对扩展列级授权给出建议。
文摘A Data Warehouse System has a more large scale of data, and rather simple process logic than a DBMS. Sothose optimize means of DBMS Query system are not so valid. This paper discusses the optimize policy used in to par-allel DW system ParaWare, such as query division, public sub query mergence, and fill in the query result. It alsogives out the right algorithm.