MartinPlatt wroteIs there any point in splitting ORM diagrams?
Would splitting make ERD generation quicker, or would it just complicate things?
At the moment I'm considering whether it would be worthwhile to
split associated entities into their own files, but I don't want to do
that until I've heard if it's worthwhile!
I don't know about performance, I suspect having multiple
source models to one database model diagram would, if anything, slow down
generation (as well as introduce all sorts of problems when source models share
a given object type/fact type, use of abbreviations, keeping name changes,
etc.).
The intention behind source models was to allow for multiple modelers to work
on a project. The reality is that it wasn't implemented well and, in my opinion,
is best avoided.
Scot.