recover metaspace
Used to restore all of the spaces of a metaspace when shared-nothing persistence is used.
Syntax
Note: The options
with data and
without data with
recovery_policy, are mutually exclusive. You can only use one of them in the command.
recover metaspace [recovery_policy <string> | with data (deprecated) | without data (deprecated)] [quorum <integer>] [keep_files <boolean>] [thread_count <integer>]
Parameters
The following table lists the parameters for this command with a description of each parameter.
Note: When recovering a space which has a capacity defined, by default only the keys and indexes of the space are restored to memory regardless of whether or not the capacity has been reached. When capacity has been defined for a space, you can force the recovery of all data for a space, up to the capacity, by using the
robust_load_only recovery policy. For any other recovery policy setting, the default behavior of only loading keys and indexes to memory is enforced. The data part of the tuple gets loaded into memory on subsequent access.
Related concepts
Related tasks
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.