Database
The administration database server is used to store administration information and manage the persistence in Talend Administration Center. By default an embedded H2 database is used, but you can also use MySQL, MS SQL Server, or Oracle to store all cross-project data (users, projects, authorization, license, tasks, triggers, monitoring).
The administration database will be named <talend_administrator> in the rest of this document.
The <talend_administrator> administration database will contain all the data related to project information and administration, such as administration data, project declaration, user declaration and authorization, and task list.
The tables in this database are automatically created when connecting for the first time to Talend Administration Center. The created tables include (among others):
-
a Users table,
-
a Projects table,
-
a Rights table.
Additionally, to perform Data Quality operations, a HSQL, MySQL, or Oracle database is used to store report and analysis results. For more information about these databases, see Supported databases for profiling data.