It seems like "add_obs_columns" calls in the site pipeline script create excess sqlite traffic, even though they do nothing almost all of the time. Ideally we'd make a single update per obs -- and actually we should even consider batching those.
This is conflicting with obsdb consumers -- so general goal here is to block for write less often.
It seems like "add_obs_columns" calls in the site pipeline script create excess sqlite traffic, even though they do nothing almost all of the time. Ideally we'd make a single update per obs -- and actually we should even consider batching those.
This is conflicting with obsdb consumers -- so general goal here is to block for write less often.