ryan
unread,Apr 14, 2008, 3:30:56 AM4/14/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Thanks for the questions! We don't currently limit the number of
properties in an entity. In general, though, each additional property
will add overhead to the put() operation, since index rows for each
property and each user-defined index are written synchronously.
Neither static nor dynamic properties are lazy-loaded. When entities
are fetched by a query or a get() call, all of their properties are
fetched and decoded.
Finally, no, properties don't map to individual BigTable columns.
Entities are encoded whole and stored in a single bigtable column.