I'm new to dimensional modeling. I'm reading Kimball's "The Data Warehouse Toolkit".
As soon as I understood, Conformed Dimensions are a good thing, a key concept for integration of different fact tables. Usually you will have a separate fact table per business process, and if someone want to make decisions based on multiple processes - in most cases conformed dimensions allow to perform Drilling Across instead of Consolidated Fact Table. Looks pretty straighforward.
But how Abstract Generic Dimensions differs from Consolidated Dimensions?
Looks the same for me. For some reason Abstract Generic Dimensions are consider anti-pattern. The referenced example says it's bad to use the same geo-location dimension table for employees, customers and vendors. Two reasons: attributes may differ and dimension table size. But haven't Conformed Dimensions got the same downsides?