| | 1 | Bill's comments on the SAS 39 views |
| | 2 | |
| | 3 | StackObjectView is a join of three tables: ObjectThin |
| | 4 | StackObjectThin |
| | 5 | StackObjectAttributes |
| | 6 | |
| | 7 | Includes all columns from ObjectThin except for batchID. |
| | 8 | A few (bookkeeping) columns are dropped from StackObjectThin |
| | 9 | From StackObjectAttributes columns that are duplicates from the thin men are dropped. |
| | 10 | |
| | 11 | Mostly looks fine except for the projectionID skycellId issue that I mentioned in my wiki page |
| | 12 | That is the projectionID and skyCellID do not match the xStackMetaIDs |
| | 13 | |
| | 14 | I suggest change the view to incude the values from StackObjectThin instead |
| | 15 | and it would be useful to add StackObjectThin.primaryDetection and StackObjectThin.bestDetection |
| | 16 | |
| | 17 | At a higher level, given the ambiguity do ObjectThin projectionID & skycellID make sense? |
| | 18 | Perhaps they should be called primaryProjectionID, primarySkyCellID ? |
| | 19 | |
| | 20 | If that change were made to the schema then we could include both in StackObjectView, but I |
| | 21 | don't see what value that would add. |
| | 22 | |