Hi Ryan, Can you tell me how you configure that property to be unindexed, or even share the reproducible code? It seems odd to me.
On Fri, Dec 21, 2012 at 1:29 PM, Ryan Chazen <[email protected]> wrote: > Hi - I find the following a bit confusing - is it correct? > > Using unindexed properties only: > > If I write 10 numbers in a list to the datastore, _ah/admin on the local > dev server shows 10 write operations. > If I write 10 numbers inside an embedded entity (or comma delimited), the > local dev server shows 1 write operation. > > Since billing is by write operations, is using the list 10x more expensive > in reality? If so, I need to make sure all of my unindexed properties get > put into an embedded entity first before writing as it will mean I only use > 1 write op for all unindexed properties... > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/QCKq6AsCL48J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Takashi Matsuo | Developers Advocate | [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
