FME Flow Database

The FME Flow Core uses a database to store job and repository information. The FME Flow database should never be edited directly, although querying the database for job history and other statistical information is common.

FME Flow provides a PostgreSQL database server with an Express installation. Certain Distributed/Fault Tolerant installation scenarios also allow the option of installing the PostgreSQL database server provided with the installer. Otherwise, you must provide your own database server. PostgreSQL (recommended), Oracle, and SQL Server are supported.

Note  PostgreSQL is the recommended database server with FME Flow, offering enhanced performance and stability through targeted optimizations.

See also