DROP CUBES

Drops all existing cubes

Syntax

DROP CUBES;


A more specific command, can be used for dropping of a specific single existing cube:

Syntax

DROP CUBE BY KEY <cube-key>;

Description

Once dropped, cubes cannot be recovered and must be re-created.

To get the <cube-key>, run:

SHOW CUBES

Example

DROP CUBE BY KEY cube-293288122b5c2fe91fd0c53711fbf8f4c7a8d2fdbaabf40c932c2cb636a7722e-1;

See Also

SHOW CUBES

GENERATE CUBES

Automatic Cube Generation