Teiid 9.0 Alpha1 发布了,请参考 8.x 到 9.0 的 移植文档
该版本主要的改进内容包括:
- TEIID-3601 Large row counts internal tables and source queries are no longer limited to max integer rows. However update counts, count aggregate values, user result sets, etc. are still limited to max integer.
- TEIID-3792 Array Quantified Comparisons can be used to search array values - for example expression = SOME (array_expression)
- TEIID-3462 Semantic VDB Versioning can be used in the VDB name and connection string, rather than the simple integer version. See the Reference for more.
- TEIID-3849 Cassandra Update Improvements for bulk/batch updates and asynch processing.
- TEIID-3869 Additional geospatial support for Geoserver integration with Teiid.
同时还包含很多 bug 的修复。
一份全新的 GitBook 文档: https://teiid.gitbooks.io/documents/content/
Teiid是一个数据虚拟化系统,让应用程序使用来自多个异构数据存储的数据。
Teiid由一堆工具,组件和创建和执行双向数据的服务所组成。通过抽象和联合、数据存取和集成的实时分布式数据源,无需进行复制或以其他方式移动数据系统的纪录。
简而言之:Teiid 可以让你用 JDBC + SQL 来访问企业的任何数据,并可对这些不同源的数据进行联合查询。