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
A global index can declare `WITH SHARDS=N REPLICATION_FACTOR=R` so its storage / RF differs from the base. Useful when the indexed value's distribution differs sharply from the base's (e.g. base is high-cardinality user IDs, index is on a low-cardinality status enum).
Part of epic #509. Depends on Phase 1.
Goal
A global index can declare `WITH SHARDS=N REPLICATION_FACTOR=R` so its storage / RF differs from the base. Useful when the indexed value's distribution differs sharply from the base's (e.g. base is high-cardinality user IDs, index is on a low-cardinality status enum).
Files
DoD
Tier
T3 (~250 LOC). Note: probably should land after MV-5 (#494) since both share the per-object placement infrastructure.