Hi,

We have about 100k entities that we'd like to upload to the datastore. This 
seems doable (albeit slow) through the bulk upload functionality. However, 
we also want to create a document for each entity, which will contain a 
keyword string from the entity. 

We are linking up datastore entities and documents in this manner to take 
advantage of the search functionality of documents.  However, to do so will 
also require us to create documents on the fly as the datastore entities 
are being created via bulk upload.

What's the recommended way to do this? Should we define a post hook inside 
the data class that automatically creates a document? Or should we handle 
the documents separately?

There's little or no information about this in the references.  Any 
pointers would be appreciated. Thanks!

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to