In the latest Data warehousing Toolkit book, Ralph Kimball suggests using a CRC algorithm as a fast way of checking if one or more attributes of a dimension have changed.
I have no idea how to implement a CRC process. Does anyone know? What other methods do people use to detect if an attribute has changed (well... other methods faster than comparing each incoming attribute against the existing dimension table).
I have no idea how to implement a CRC process. Does anyone know? What other methods do people use to detect if an attribute has changed (well... other methods faster than comparing each incoming attribute against the existing dimension table).