Hi,

I see that in Django  I'm able to define a model inheritance, which
later will be also applied to generate the DB tables by using Multi-
Table Inheritance. This will result 2 database tables, from super
class and subclass. This is good from design perspective.
But how about here the performance, because when I access the subclass
DB table I need also access the super class DB table.

When it is better to use abstract inheritance in respect to
performance issue?

Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to