What are the performance implications of polymodels versus normal Bigtable models in Google App Engine?
12
votes
1
answer
287
views
What produces the best performance in regular Google App Engine use, a polymodel or a normal "Bigtable" model?
The polymodel, effectively, creates a column in the parent table called "class" which provides the inheritance tracking. Whereas a normal Bigtable, inherited from a parent class, creates a new and separate data structure, without the ability to query the parent and find all children of all subtyped classes.
Asked by Brian Ballsun-Stanton
(4731 rep)
Jan 3, 2011, 10:41 PM
Last activity: Jun 11, 2019, 02:36 PM
Last activity: Jun 11, 2019, 02:36 PM