Thank you very much

On Wednesday, January 20, 2016 at 3:28:12 AM UTC+7, Nick wrote:
>
> Yes, manually reassembling objects like this is how you create objects 
> which are spread across entities.
>
> There are other approaches though, which mean you may not have to do this. 
> Consider storing 
> A line and line items as a single document, which allows you to read the 
> whole thing in one hit.
> Typically you should design a document like this to satisfy your primary 
> use case. If it's read heavy on the top level entity but requires the 
> children too, you should model it that way. If it's write heavy on the 
> children, model the way you described.
>
> If you're comfortable with relational databases, consider using cloudsql.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c4f4ace1-e010-4519-b9f8-c81b0f01c927%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to