Change database settings

Changes database settings. Only a database administrator can perform this operation.

Syntax

ALTER DATABASE path SET (key = value, ...)

Parameters

Examples

Change the limit on the maximum number of paths (schema objects) for database /Root/test:

ALTER DATABASE `/Root/test` SET (MAX_PATHS = 20000);