About using a different database

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

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.

Keep the following details in mind: