-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Milestone
Description
Considerations
- Optional dependents Optional dependents and entity splitting #29079 we currently check main table for figuring out property condition for materialization, if we drop main fragment we need to see how to generate that condition.
- Optional fragments, when additional tables won't have row so we would need to join with main fragment to make sure we identify null data vs no data. Entity Splitting: allow optional split table #27974
From implementation perspective,
Multiple columns coming from different fragment mapped to same IProperty will have same value. Currently we pick the first column in that list (which is like to be coming from main table which we don't remove yet). In order to prune in best way, we would need to understand at the time of pruning what are the column values we need and how to generate those columns by utilizing least number of tables participating in the entity splitting. #29035 may be necessary for it.
Reactions are currently unavailable