add_instances
The add_instances operator lets you add instances to the Membership. Available only in the Enterprise Edition.
Synopsis
add_instances(instance_id[, instance_id]*);
Library
The add_instances() operator resides in the System library. Run the following query to load this library:
AFL% load_library('system');
Summary
The add_instances operator lets you add instances to the Membership. The specified instances must be "registered" according to list_instances(). All the pre-existing instances must be "live" at the time of the operation.  For more information, see Managing SciDB Instances.
Â