欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Teiid 7.5正式版发布,数据虚拟化系统

程序员文章站 2022-05-08 21:53:38
...
    Teiid 7.5正式版发布了!

    Teiid是一个数据的虚拟化系统,使应用系统能够使用来自多个异构数据源的数据。它由工具、组件、用于服务创建和执行的双向数据服务组成,通过抽象和联合,实现分布式数据源的实时数据访问和集成,无需复制或从记录系统移动数据。

Teiid 7.5正式版发布,数据虚拟化系统


该版本的重大改进:

  • Window function support - Teiid and pushdown support was added for SQL 2003 OLAP window functions. The analytical ranking functions RANK, DENSE_RANK, and ROW_NUMBER were also added.
  • Additional ANSI support - Teiid and pushdown support was added for SUBSTRING using FROM/FOR syntax, TRIM, EXTRACT, SIMILAR TO, and LIKE_REGEX.
  • Subquery optimization control - added the DJ hint to indicate that a subquery should be the independent side of a dependent join.
  • MAKEIND Hint - The MAKEIND hint can be used to indicate that the other side of the join should be made dependent.
  • ODBC SSL - added support for SSL encrypted ODBC connections.
  • Reauthentication Statement - SET SESSION AUTHORIZATION can now be used to perform a reauthentication via JDBC or ODBC.
  • Pluggable Authorization- an alternative PolicyDecider can be defined in the teiid-jboss-beans.xml file to customize authorization decisions.
  • Streaming XQuery - in situations where document projection applies if the XMLQUERY/XMLTABLE path expressions meet certain conditions, then the incoming document will not only be projected, but the independent subtrees will be processed without loading the entire document. This allows for nearly arbitrarily large XML documents to be processed. See the Reference for more.
  • Logging Procedures - added SYSADMIN.isLoggable and SYSADMIN.logMsg to aid in debugging procedure logic.
  • ANSI OFFSET/FETCH FIRST - instead of the limit clause, a standard OFFSET and/or FETCH FIRST/NEXT clause can be used to limit results.
  • ODBC Cursors - added the capability to use "UseDeclareFetch" with ODBC. This enables users to read results in batches, which is especially useful when dealing with large row counts.
  • Internal Materialized Views
  •    1.Distributed Refresh - When a internal materialized view is  refreshed at one node, an event is issued to all other nodes in the cluster to asynchronously fetch the new contents.

       2.Sync at Start - When a node is restarted in a cluster, at end of start cycle Teiid will asynchronously fetch the cached internal materialized view contents from other nodes.
  • LDAP Pagination - the ldap translator now supports pagination for retrieving large results from directory servers like Active Directory and OpenLDAP.
更多信息http://www.jboss.org/teiid/

下载地址http://www.jboss.org/teiid/downloads.html