Tagged Questions
12
votes
1answer
185 views
What are the performance implications of polymodels versus normal BigTable models in google app engine?
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 ...