How can I denormalize a logical model?
A. When designing a logical data model, you want to show all important relationships between entities. However, when deploying a database based on that model, you may not want to implement those relationships for performance reasons. Visible Analyst allows you define the relationship in the logical model, but suppress that relationship when generating your database schema. This does not mean throwing the relationship away, but combining information from two entities in your logical model into a single table in your database.