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
Nikita Zheleztsov edited this page Aug 5, 2025
·
2 revisions
Welcome to the VShard wiki
VShard is a sharding module for Tarantool based on Virtual Buckets concept. Data is first assigned to virtual buckets, which are subsequently mapped to physical shards. Every shard consists of one or several storages, they store a sharded data. Routers are intended for routing user requests to the needed shard based on bucket ID.
This wiki contains some low-level technical details on VShard and is intended for developers mostly. It also contains useful scripts for debugging and restoring of the cluster during incidents.