You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure the database and start sharding for the specified storage
instance. istance_id depends on identification_mode used in config.
If it's 'uuid_as_key', which is default, then UUID must be used.
Otherwise - instance_name.
Parameters:
cfg – a storage configuration
instance_id – UUID or name of the instance
Requested by @ Serpentian in tarantool/vshard@4c9cc51.
The text was updated successfully, but these errors were encountered:
Related dev. issue(s): tarantool/vshard#426
Product: Tarantool, vshard
Since: 3.0 (vshard 0.1.25)
Root document:
SME: @ Serpentian
Details
vshard.storage.cfg(cfg, instance_id)
Configure the database and start sharding for the specified storage
instance.
istance_id
depends onidentification_mode
used in config.If it's 'uuid_as_key', which is default, then UUID must be used.
Otherwise - instance_name.
Parameters:
cfg – a storage configuration
instance_id – UUID or name of the instance
Requested by @ Serpentian in tarantool/vshard@4c9cc51.
The text was updated successfully, but these errors were encountered: