The app is trying to deploy on Google AppEngine. But Datastore index builds forever. The contents of my index.yaml
Index: # Autogenerated # This index.yaml automatically updates whenever a dev_appserver # detects that a new type of query is running. If you want to manually manage the # index.yaml file, then delete the above marker line (line # is saying "#autogonated"). If you want to manage some indexes # manually, move it over the marker line when you deploy your application using the next # appcfg.py, index.yaml file # automatically uploads to the admin console Is performed. - Type: Comment Properties: - Name: content_type_id - Name: is_public - Name: is_removed - Name: object_pk - Name: site_id - Name: Created - Comments: - Name: content_type_id - Name: object_pk - Name: user_email - name : User_name - Name: user_url - Name: Created - Type: content_type Properties: - Name: App_Label - Name: Name - Type: Page Properties: - Name: Post_States - Name: Created - Type: Page Properties: - Name: post_status - Name : Post_title - kind: post properties: - name: post_status - name: created - kind: post properties: - name: post_status - name: created direction: desc how about speed How to E also thought process?
You can only do this to speed up the index, when you have index, less then Data - although this will put an extra overhead on the inserts. Besides, you have to leave it on the automated system to make it indexed as soon as possible.
Comments
Post a Comment