Compatible databases
In the following documentation:
- Recommended: designates an environment recommended by Talend based on experience and customer usage.
- Supported: designates a supported environment for use with the listed component or service.
- Supported with limitations: designates an environment that is supported by Talend but with certain conditions explained in notes.
Talend Administration Center
Database | Version | Supported driver | Support type |
---|---|---|---|
MySQL4,5 | 8.0 | mysql-connector-java-8.x.jar | Recommended |
MySQL4,5 | 5.7 | mysql-connector-java-8.x.jar | Supported |
Oracle | 19c |
|
Recommended |
Oracle | 18c |
|
Supported |
Azure SQL | Not applicable |
|
Supported |
Azure MySQL Flexible Server | 8.0 | mysql-connector-j-8.x.x.jar | Recommended |
H21 | 2.16 | h2-2.1.210.jar | Not supported for production |
MariaDB2 | 10.5 | mariadb-java-client-2.7.4.jar | Supported When you create a database schema using MariaDB 10.1, you must use UTF8 encoding. For example: CREATE DATABASE <YOUR_DATABASE_NAME> DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; |
MS SQL Server3 | 2022 |
|
Supported |
MS SQL Server3 |
|
|
Supported |
PostgreSQL |
|
postgresql-42.5.3.jar | Supported |
Aurora | 3 | mysql-connector-java-8.0.33.jar | Supported |
Aurora | 2.07.2 | mysql-connector-java-8.0.26.jar | Supported |
1 Embedded for development, test, and demo purposes only. H2 is not supported if you migrate from previous versions. To migrate from a previous version, you need to migrate from H2 to MySQL or other supported databases first in the source version, and then trigger the upgrade of Talend Administration Center to the target version.
2 When you create a database schema using MariaDB 10.1, you must use UTF8 encoding. For example: CREATE DATABASE <YOUR_DATABASE_NAME> DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
3 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher. MSSQL cluster is supported for Talend Administration Center with these additional parameters: jobserver.log.retriever.deprecated=true and org.quartz.jobStore.clusterCheckinInterval = 240000.
4 MySQL InnoDB cluster is supported by Talend Administration Center. When using the InnoDB cluster, you may need to change the JDBC URL as the cluster system env, for example, JDBCUrl:jdbc:mysql://192.168.1.32:6446/TAC?useSSL=true&connectTimeout=15000&socketTimeout=15000&autoReconnect=true. IP address 192.168.1.32 and port 6446 are the IP address of the mysqlrouter host and the RW port of mysql router.
My MySQL Route Classic protocol: Read/Write Connections: localhost:6446 Read/Only Connections: localhost:6447
5 Talend Administration Center supports the MySQL setup in failover configuration with Red Hat clustering. For more information, see High Availability Add-On Administration in the Red Hat documentation. Note that you may need to add some parameters to JDBC connection URL, as described in 4.
6 Update your H2 database to 2.1 version, see Upgrading the administration database.
Talend MDM Server
Database | Versions | Supported drivers | Support type |
---|---|---|---|
MySQL 1, 5 | 8.0 | mysql-connector-java-8.x.jar | Recommended |
MySQL 1, 5 | 5.7 | mysql-connector-java-8.x.jar | Supported |
Oracle | 19c |
|
Recommended |
Oracle | 18c |
|
Supported |
Azure SQL | Not applicable | jtds-1.3.1_patched.jar | Supported |
H2 2 | 2.1 6 | h2-2.1.210.jar | Not supported for production |
IBM DB2 | 10.5 | db2jcc.jar | Supported |
MS SQL Server | 2019 |
|
Supported |
MS SQL Server |
|
|
Supported |
PostgreSQL |
|
postgresql-42.2.2.jre7.jar | Supported |
1 Google Cloud SQL is supported.
2 Embedded for development, test, and demo purposes only.
3 When you create a database schema using MariaDB 10.1, you must use UTF8 encoding. For example: CREATE DATABASE <YOUR_DATABASE_NAME> DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
4 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher.
5 Amazon RDS is supported.
6 Update your H2 database to 2.1 version following the procedure: Upgrading the administration database.
7 When using mssql-jdbc-10.2.1.jre11.jar, you need to append the parameter TrustServerCertificate=True in the connection URL for MS SQL Server in the MDM datasource configuration file datasources.xml.
Talend Identity and Access Management
Database | Version | Supported drivers | Support type |
---|---|---|---|
MySQL | 8.0 1, 3 | mysql-connector-java-8.x.jar | Recommended |
MySQL | 5.7 | mysql-connector-java-8.x.jar | Supported |
Oracle | 19c |
|
Recommended |
Oracle | 18c |
|
Supported |
Azure SQL | Not applicable | Latest available version of Microsoft driver supporting your version of SQL Server. For more information, see Microsoft matrix. | Supported |
H2 4 | 2.1 5 | h2-2.1.210.jar | Not supported for production |
MS SQL Server 2, 3 |
|
Latest available version of Microsoft driver supporting your version of SQL Server. For more information, see Microsoft matrix. | Supported |
PostgreSQL 3 |
|
postgresql-42.2.2.jre7.jar | Supported |
1 Google Cloud SQL is supported.
2 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher.
3 Amazon RDS is supported.
4 Embedded for development, test, and demo purposes only.
5 To update your H2 database to version 2.1, see Upgrading the administration database.
Service Activity Monitoring (SAM)
Database | Version | Supported drivers | Support type |
---|---|---|---|
MySQL | 8.0 1, 3 | mysql-connector-java-8.x.jar | Recommended |
MySQL | 5.7 | mysql-connector-java-8.x.jar | Supported |
Oracle | 19c |
|
Recommended |
Oracle | 18c |
|
Supported |
Azure SQL | Not applicable | jtds-1.3.1_patched.jar | Supported |
Derby DB | 10.8 (or later) | Not applicable | Supported |
IBM DB2 | 10.5 | db2jcc.jar | Supported |
MS SQL Server 2, 3 |
|
jtds-1.3.1.jar | Supported |
PostgreSQL 3 |
|
postgresql-42.2.2.jre7.jar | Supported |
1 Google Cloud SQL is supported.
2 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher.
3 Amazon RDS is supported.
ESB Service Registry/Authorization
Database | Version | Supported drivers | Support type |
---|---|---|---|
MySQL | 8.0 1, 3 | mysql-connector-java-8.x.jar | Recommended |
MySQL | 5.7 | mysql-connector-java-8.x.jar | Supported |
Oracle | 19c |
|
Recommended |
Oracle | 18c |
|
Supported |
Azure SQL | Not applicable | Latest available version of Microsoft driver supporting your version of SQL Server. For more information, see Microsoft matrix. | Supported |
HSQL 4 | 2.3.2 | Not applicable | Supported |
Derby DB | 10.8 (or later) | Not applicable | Supported |
IBM DB2 5 | 10.5 | db2jcc.jar | Supported |
MS SQL Server 2, 3 |
|
Latest available version of Microsoft driver supporting your version of SQL Server. For more information, see Microsoft matrix. | Supported |
PostgreSQL 3 |
|
postgresql-42.2.2.jre7.jar | Supported |
1 Google Cloud SQL is supported.
2 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher.
3 Amazon RDS is supported.
4 Embedded in the product.
5 Service Activity Monitoring only.
Data quality data mart
Database | Version | Supported drivers | Support type |
---|---|---|---|
MySQL | 8.0 1, 2, 3 | mysql-connector-java-8.x.jar | Recommended |
MySQL | 5.7 | mysql-connector-java-5.x.jar | Recommended |
Oracle |
|
|
Supported |
Azure SQL | Not applicable | jtds-1.3.1_patched.jar mssql-jdbc-9.4.0.jre8.jar mssql-jdbc-9.4.0.jre11.jar |
Supported |
MS SQL Server 3, 4 |
|
Latest available version of Microsoft driver supporting your version of SQL Server. For more information, see Microsoft matrix. | Supported |
PostgreSQL 3 |
|
postgresql-42.2.14.jar | Supported |
PostgreSQL 3 |
|
postgresql-42.2.2.jre7.jar | Supported |
Snowflake | Not applicable | snowflake-jdbc-3.13.8.jar | Supported |
1 Google Cloud SQL is supported.
2 From Talend Studio 8.0 R2023-07, MySQL InnoDB cluster is supported.
3 Amazon RDS is supported.
4 Talend supports the Always Encrypted feature of Microsoft SQL Server 2016 or higher.
max_allowed_packet = 64M
Talend Data Preparation
MongoDB version | Support type |
---|---|
7.0 | Supported |
5.0 | Supported |
Talend Data Stewardship
MongoDB version | Support type |
---|---|
7.0 | Supported |
5.0 | Supported |
Talend Dictionary Service
MongoDB version | Support type |
---|---|
7.0 | Supported |
5.0 | Supported |