数据虚拟化系统 Teiid 7.6 Final 发布

fmms 12年前
     <p>Teiid是一个数据虚拟化系统,让应用程序使用来自多个异构数据存储的数据。</p>    <p>Teiid由一堆工具,组件和创建和执行双向数据的服务所组成。通过抽象和联合、数据存取和集成的实时分布式数据源,无需进行复制或以其他方式移动数据系统的纪录。</p>    <p><img alt="数据虚拟化系统 Teiid 7.6 Final 发布" src="https://simg.open-open.com/show/860ccbcc93da5ee471a969fa55055155.png" width="414" height="336" /></p>    <p>Teiid 7.6 正式版终于发布了,7.6 主要的亮点有:</p>    <ul>     <li><strong>Procedure language features</strong> - Added support for compound/block statements, BEGIN [[NOT] ATOMIC], loop/block labels, and the leave statement. See the reference for more.</li>     <li><strong>File Enhancements</strong> - the file translator can now optionally (via the ExceptionIfFileNotFound property) throw an exception if the path refers to a file that doesn't exist. The file resource adapter can be configured to map file names and can prevent parent path .. references. See the Admin Guide or the file-ds.xml template for more.</li>     <li><strong>TEXTTABLE Enhancements</strong> - TEXTTABLE can now parse fixed width files that do not use a row delimiter and can optionally produce fixed values that haven't been trimmed.</li>     <li><strong>Temp table transactions</strong> - Internal materialized views and temp table usage from a session and within procedures can take advantage of greater transaction support.</li>     <li><strong>Buffering Improvements</strong> <br />      <ul>       <li>Added the ability to inline memory based or small lobs.</li>       <li>Added tracking of the memory held by soft references and general batch overhead. This ensures more efficient cache/memory utilization when dealing with 10s of millions or more of batches/pages.</li>       <li>Also switched to a concurrent LFRU algorithm that significantly reduces writes and read misses with temporary tables.</li>       <li>Added a memory buffer to better handle file storage as fixed blocks. The memory buffer may optionally be configured as off-heap for better large memory performance - see the Admin Guide for more.</li>       <li>Serialization was improved for both internal batches and client/server batches.</li>      </ul> </li>     <li><strong>GSSAPI</strong> - both the Teiid JDBC client/server and the ODBC pg backend can now support GSSAPI for single sign-on.</li>     <li><strong>Server-side Query Timeouts</strong> - default query timeouts can be configured at both the VDB (via the query-timeout VDB property) and entire server (via the teiid-jboss-beans.xml queryTimeout property).</li>     <li><strong>Native Queries</strong> - added the ability to specify native query SQL for JDBC physical tables and stored procedures via extension metadata. See the Reference for more.</li>     <li><strong>View removal hint</strong> - the NO_UNNEST hint now also applies to FROM clause views and subqueries. It will instruct the planner to not perform view flattening.</li>     <li><strong>Non-blocking statement execution</strong> - Teiid JDBC extensions TeiidStatement and TeiidPreparedStatement can be used to submit queries against embedded connections with a callback to process results in a non-blocking manner.</li>     <li><strong>NON_STRICT limit hint</strong> - the NON_STRICT hint can be used with unordered limits to tell the optimizer to not inhibit push operations even if the results will not be consistent with the logical application of the limit.</li>     <li><strong>Source Hints</strong> - user and transformation queries can specify a meta source hint, e.g. SELECT /*+ sh my-oracle:'leading' */ * FROM TBL. The hint information will be passed to the translator. The Oracle translator will by default treat the source hint as an Oracle hint. See the Reference and Developers Guide for more.</li>     <li><strong>Hive Translator</strong> - Hive translator has been added as a technology preview.</li>    </ul>    <p>下载地址:<a href="/misc/goto?guid=4958185782113537863" target="_blank">http://www.jboss.org/teiid/downloads.html</a></p>