Sobes.tech
Middle+

What is vertical sharding?

sobes.tech AI

Answer from AI

Vertical sharding is the division of data within a single database by columns. Each new table (shard) contains a subset of columns from the original table for rows that match a certain predicate or logical partition. This can be useful for optimizing performance when some columns are frequently queried, while others are rarely accessed.