I have a plain looking entity that just stored the String id of a product
("7369-45D"), the String value of a currency ("USD"), of the double value of
he price (15.55), and i used to be able to sort the table without any
problems.
Then i decided to give indexes a try....
... index table where growing too big and performance was not getting that
much better so i removed all my index definitions hoping my datastore would
go back to the way it was and do sorting operations without indexes. BUT IT
DIDNT GO BACK!
now EVERY TIME I try to sort a table, it throws an error saying the required
index for the sort operation is not found.
I just want my application back the way it used to be before i tried indexes
where everything would sort without indexes beeing used.
Is there a way to go back? reset the entire datastore? delete the entire
application and restore it? anything easier?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/P0e687eRH70J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.