On Tue, Apr 17, 2012 at 2:37 PM, Martijn Hoekstra martijnhoekstra@gmail.com wrote:
Am I reading this right as suggesting and encouragement of database denormalisation in extensions?
Ignore what Krinkle said. We DO NOT encourage denormalization, except where necessary for performance reasons.
Your extension should have a sanely designed database schema which is normalized in as far as it makes sense. Don't feel bad about creating too many or too few tables, just try to design the schema the sanest way you can.
Roan