Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • An obligatory link to normal forms: andrewrollins.com/2009/08/11/… Yes I think your schema needs to be normalized at all times (except when you explicitly denormalize it for performance, and you know full well what you're doing). Normalized schema saves you a lot of data consistency headaches. Commented May 31, 2012 at 18:31
  • 2
    As a meta-comment to the process at hand: I don't think this is MySQL-specific at all. These decisions should be made long before implementation in the physical model and rather during design on the conceptual and logical models. Commented May 31, 2012 at 18:48