cdl index
Configures the index.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
cdl datastore datastore_name index { map index_partitions | write-factor write_factor | go-debug go_debug | patch-url patch_url | replica ha_instances }
patch-url patch_url
Specify the URL for datastore application patch download.
Must be a string.
go-debug go_debug_variables
Specify the comma-separated list of GO Debug variables.
Must be a string.
replica replicas
Specify the number of HA instances to be created.
Must be an integer in the range of 1-2.
Default Value: 2.
map index_partitions
Specify the number of partitions to be created for index.
Must be an integer in the range of 1-1024.
Default Value: 1.
write-factor write_factor
Specify the number of copies to be written into the index before a successful response.
Must be an integer in the range of 0-2.
Default Value: 2.
Usage Guidelines
Use this command to configure the index parameters.