google app engine - Search across all namespaces in appengine -
Is there a way to search across namespaces in the Google app engine? This is not possible, but wants to check with the community.
Currently, I repeat through all the namespaces and query each of them. It takes time and is slow.
Is not possible with standard datastore queries. Option must use the search API, or export it to gimmick.
Comments
Post a Comment