About using a different database

Studio uses a relational database to store configuration and state, such as component preferences, user permissions, system settings, and more.

By default, Studio uses Hypersonic (HSQL), which is an embedded database running inside the Java virtual machine. HSQL is useful for standing up a Studio instance very quickly, but must NOT be used in production due to performance issues and its inability to support clustered instances.

When changing to a different database, keep the following details in mind: