Hey,

I am currently using "Key as Encoded String"  on the child entities of
my application model.
When I create new child entity I set a special unique key to it using:

java.util.UUID.randomUUID()

This method ensure key uniqueness although it create a 144 character
long string, which I fear will damage performance (due to his length),
is my suspicious right ? should I employ other means to create unique
key ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to