Is there some performance issue between leaving empty ListProperties or using dynamic (expando) prop

Posted by indiehacker on Stack Overflow See other posts from Stack Overflow or by indiehacker
Published on 2010-04-05T07:11:50Z Indexed on 2010/04/05 8:33 UTC
Read the original article Hit count: 257

Is there a datastore performance difference between adding dynamic properties of the expando class when they are needed for an entity or the simpler (for me) framework of just setting up all possible properties I might need from the start even though most instances will just be left empty.

In my specific case I would be having 5-8 empty ReferenceList properties as 'overhead' that will be empty when I skip using expando class.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-datastore