I have a couple of questions about I would ask about schema changes.
What I recall from the ZTF experience is that a new real-bogus system was introduced (attribute drb
), and Lasair needed to be changed to store it, and also our documentation changed to show users the new way to build queries. So there was a machine part of the adjustment (ALTER TABLE ADD COLUMN
), as well as the human part. However, I note that the old way to do real-bogus (rb/nbad/fwhm/elong
) still works, so nothing fails, so hooray!
– Will this backward compatibility still hold for LSST? That new attributes will be added, but old ones never removed? How about versioning the way attributes are computed, will that be part of the schema changes?
– What will actually happen when the schema changes? I assume brokers will be informed well in advance, together with a “switch day”, so we can prepare for it. I don’t remember getting such messages from ZTF, but maybe I just missed them.
– Next is human-readable definitions of the attributes. The ZTF schema has a “Contents” column for this, and Lasair has a similar structure that propagates all over. I see this information for LSST in the DPDD, but it would be great to have this machine-readable and versioned.
Thank you as always
Roy