ENABLE_ELASTIC_CLUSTER

Enables elastic cluster scaling, which makes enlarging or reducing the size of your database cluster more efficient by segmenting a node's data into chunks that can be easily moved to other hosts.

Syntax

ENABLE_ELASTIC_CLUSTER()

Privileges

Superuser

Example

=> SELECT ENABLE_ELASTIC_CLUSTER();
 ENABLE_ELASTIC_CLUSTER 
------------------------
 ENABLED
(1 row)