Re: [slightly OT] data modeling question
Re: [slightly OT] data modeling question
- Subject: Re: [slightly OT] data modeling question
- From: Mike Schrag <email@hidden>
- Date: Wed, 7 May 2008 15:32:36 -0400
I've long since stopped trying to use inheritance since I always
seem to run into trouble. So my advice is always to stay away from
it - which is a shame since it sounds cool - and perhaps it's just
me and my lacklustre programming skills - but I never found it
worth the complexity.
FWIW, I rarely have a project where I don't use it. But I usually
use the Single Table kind. Horizontal also works. Vertical might
have some issues.
Same here ... I ONLY use Single Table. The performance of Horizontal
is usually not acceptable for what we need (we almost always need root
entity references).
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden