Commit 4035bcc
committed
Refactored null attribute handling to use
There isn't any performance difference to using `CROSS APPLY`, but I find the syntax a bit cleaner than a nested query.
It's worth noting that I tried caching the existing values in a local `AttributeValues` type as a performance improvement, but that was dramatically slower due to the cost of querying `AttributeIndex`, compared to the very fast subquery against `Attributes`.CROSS APPLY
1 parent b76ac69 commit 4035bcc
1 file changed
Lines changed: 10 additions & 9 deletions
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments