Skip to main content

Database

Mango uses two distinct database systems to store its data. The relational SQL database (H2 by default, with MySQL and PostgreSQL as production alternatives) stores system configuration, user accounts, data point definitions, event records, and other structured metadata. The time-series database (the Enterprise NoSQL module or, in newer versions, the TSL module) stores the high-volume historical point values collected from data sources.

This section covers the setup, maintenance, and tuning of both database layers.