Skip to content

feedback: Module vshard #977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TarantoolBot opened this issue Nov 12, 2019 · 3 comments
Closed

feedback: Module vshard #977

TarantoolBot opened this issue Nov 12, 2019 · 3 comments
Assignees

Comments

@TarantoolBot
Copy link
Collaborator

Every Tarantool space you plan to shard |must have a bucket id field indexed by the
bucket id index.|
Spaces without the bucket id indexes don’t participate in shard<…>

https://www.tarantool.io/en/doc/2.2/reference/reference_rock/vshard/#virtual-buckets

Guess bucket_id should be highlighted as code and include underscore in it's name.

Also, are there any requirements on a field type/nullability. And on index type uniqueness?

v-izmalkov pushed a commit that referenced this issue Dec 3, 2019
This is only fixing minor issues with wording of bucket_id and adding some details (or more like moving them from one section to another).
@v-izmalkov
Copy link
Contributor

As i understand there is a bigger issue with vshard documentation - improvements needed for users to better understand sharding of a space step by step. I suggest adding a tutorial, probably based on the example configuration or similar. The tutorial shall have step by step instructions to sharding a space and sufficient illustrations and descriptions of each step for users to fully understand this process.

@lenkis lenkis closed this as completed in 878689a Dec 26, 2019
@lenkis
Copy link
Contributor

lenkis commented Dec 26, 2019

I added information within this ticket (revised info on bucket id field and shard index).

Writing a tutorial is a big task; will create another ticket for that.

lenkis added a commit that referenced this issue Dec 26, 2019
Revise info on bucket id field and shard index

(cherry picked from commit 878689a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants