I have an application with two main entities (652 instances each) and
a total entity count of 1351.
One of my main entities (FileUnit) with 652 instances has just one
index which is building for over 24 hours.
This FileUnit is 20MB in size (really is just a blob with a key and a
segment count which is generally 0 for all instances). The index is
being created on the segment count.

This application used to work just fine. I converted it to HRD
recently and now I can not retrieve it as the index does not seem to
build.

This application accepts a special file from the users and stores it
as a blob. Later, we process the blob and calculate statistics on the
file. Right now is the date submission period and so we have 652 items
(since 10/1/2011) and expect to be at 1200 by the end of October. So
the usage is relatively low for a web application.

What can be done to get the index to build ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to