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
I want to turn each polymorphic position into a boundary (so the type of a parent is irrelevant, it's just the data that matters; and it can't be optimized through) and then run the polymorphism in a subplan (something we don't have yet), and re-group each time we hit another polymorphic position. Ideally we'll also make it so that we can break off planning at the boundaries and come back to it later when it's needed; but that can be a Grafast V2 feature if it turns out to be too hard to implement.
I want to turn each polymorphic position into a boundary (so the type of a parent is irrelevant, it's just the data that matters; and it can't be optimized through) and then run the polymorphism in a subplan (something we don't have yet), and re-group each time we hit another polymorphic position. Ideally we'll also make it so that we can break off planning at the boundaries and come back to it later when it's needed; but that can be a Grafast V2 feature if it turns out to be too hard to implement.
The text was updated successfully, but these errors were encountered: