Polymodels and datastore layout - one big table?

2009-04-25 Thread tommytastic
'm trying to take advantage of polymodel inheritance and curious to get opinion of pro/cons of using a datastore model that is essentially one big table My datastore layout is starting to look like this: class BaseModel(polymodel.PolyModel, search.SearchableModel): created = models.Datetime

Re: Polymodels and datastore layout - one big table?

2009-04-25 Thread tommytastic
yes my bad!! wrong group - apologies On Apr 25, 4:04 pm, Karen Tracey wrote: > On Sat, Apr 25, 2009 at 11:57 AM, Tom Howe wrote: > > > 'm trying to take advantage of polymodel inheritance and curious to > > get opinion of pro/cons of using a datastore model that is essentially > > one big table