My application is comprised of semicolon delimited phrases or sentence
fragments. When a user enters these phrases into a form textarea I
split the contents into a list and then check to see if each phrase
already exists as an entity in the datastore. This process is killing
me on cpu cycles, but I'm not sure there's any alternative. Has anyone
discovered techniques for efficiently searching through entity
properties? I've thought about using a listproperty, but I'm not sure
this will work.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---