You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
hey there,
the other night I added a couple of indexes to an model that has
hundreds of thousands of entities. I was pleasantly surprised when I
woke up the next morning to find the magic "serving" beside the new
indexes! hooray!
this afternoon I was debugging some code and I discovered that the
created indices are pretty spotty. they're downright bad actually.
it appears as though many many entities were not inserted into the new
index. I don't have an accurate estimate of what percentage, but if I
had to guess I would say north of 20%. not so good.
authorized and expired_fotm are boolean, and last_nudged_at is
datetime.
so I'm sweeping through now and db.put()ting the whole collection of
these guys to get them added to the index. hopefully this will fix
things. but isn't that what is supposed to happen already when adding
an index?
Ben
Nick Johnson (Google)
unread,
May 29, 2009, 6:00:01 PM5/29/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi Ben,
We have a known bug that pops up occasionally for some apps and
results in the behaviour you're seeing. If you let me know what your
appid is, I can get it fixed for you.