On Jun 12, 3:42 pm, Bryan Donlan <
bdon...@gmail.com> wrote:
> * How is the race between updating the entities and updating the index
> handled? Ie, what happens if the application server dies in between,
> or a query happens at the same time?
glad you asked! we actually have an entire article on that:
http://code.google.com/appengine/articles/transaction_isolation.html
> * What question was asked around 58:00? Ryan says something is being
> worked on (at a low priority) but not what.
yeah, apologies for not repeating all of the questions. the question
was whether there's a way to get all of the kinds currently in your
datastore, like the admin console's data viewer does. we do actually
have a way to get your app's entire schema, ie all of the kinds *and*
all of the property names and types, but we haven't exposed it yet.
we'd like to, but it is a low priority, so we're not actively working
on it right now.