resume space

This command is used when shared-nothing persistence is specified for the space. Specifies that the specified space is resumed.

Syntax

resume space <string>

Parameters

The following table lists the parameters for this command with a description of each parameter.

resume space Parameters
Parameter Description
space Specifies the name of the space to resume.

If shared-nothing persistence is set for the space and the space loses one of its persisters, then the space is set to the SUSPENDED state, which means that no writes to persistence files can occur. You can issue the resume space command to put the space back in a normal state.

Example

resume space ’myspace’
Note: String values passed as parameters must be enclosed in either single or double quotes.