1) In the Java environment they have this handy type:
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
which gives a nice integer unique key per record.
Is there an equivalent way to this with the Python interface, I didn't
see it if there is.
2) Question on key(). If I update some of the data in a row, will the
key() change, or is the key() going to be unique per row?
3) Why is xml.dom.minidom so slow? It takes ~2s to parse my xml file.
The Java parser does it in like 20ms. Is there an alternative to
minidom that is faster, or a way to make minidom run faster?
Ok thanks for your time.
thanks,
-John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---