Hi,
I'm generating my own entity keys, with new Entity("Foo", "myId"). I
noticed that in the DataStore viewer, these entities still seem to
have a default key:
Decoded entity key: Foo: name=myId
Entity key:
ahFzY2FyYWJyZWNvbW1lbmRlcnJACxIVUHJvZHVjdFJlY29tbWVuZGF0aW9uIiU1OTg1MEMzMzMwOUZGRjV8MjAxMDAxMDQwMTAzNTN8cHJvZF8wDA
So the "Entity key" here still seems to be generated by GAE. Why is
this needed? I do have a primary key already. So does it get stored as
simply another indexed column? Does this impact storage space too? I
don't need the GAE entity key at all, and would prefer not having to
pay for its storage either :)
Thanks,
Viktor
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
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.