asolfre / appengine-rest-server

Automatically exported from code.google.com/p/appengine-rest-server
Other
0 stars 0 forks source link

No index for "Ordering" #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm building some flexible database with appengine-rest-server. Everything is 
fine without building any index, unless "ordering" field is added, in that case 
I'll have to build index then upload the app again. Is there anyway to avoid 
this?

Original issue reported on code.google.com by superart...@gmail.com on 18 Sep 2011 at 6:56

GoogleCodeExporter commented 9 years ago
this is a fundamental design of google app engine, nothing to do with this 
utility.  in order to sort on a field in queries, it needs to be indexed.  

that said, there are ways to update the indexes without re-uploading the entire 
app (check the app engine documentation for details).

Original comment by jahlborn@gmail.com on 19 Sep 2011 at 4:13