Introducing the SpiceDB Query Planner
Summary
AuthZed's blog introduces SpiceDB Query Planner, an experimental component that chooses query execution strategies based on data shape to minimize traversal work in authorization checks. It explains how cost estimates and statistics enable reordering of sub-graph traversals and intersections to improve latency for CheckPermission-like queries.