tarantool / migrations

BSD 2-Clause "Simplified" License
21 stars 5 forks source link

Describe utils.register_sharding_key() call as mandatory or make it unnecessary #30

Open akudiyar opened 3 years ago

akudiyar commented 3 years ago

Currently without calling the function utils.register_sharding_key() users are seeing a strange error "bucket_id is used for sharding, but there's no space...". Although the usage of the function is described at the end of the README, it is not clear for users that calling this function is mandatory for every sharded space.

Possible solutions: