Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.11.0
-
Fix Version/s: 0.12.0
-
Component/s: None
-
Labels:None
Description
The first version of views correctly applied view constraints to the partition layer, but still checked each constraint against entities before returning them. In many cases, this is extra work because the partition that contains an entity guarantees that it satisfies some constraint. A simple example is the identity partitioner and an equality constraint: if the partition matches, then any entities in that partition must also.