Brandon Shelley created USERGRID-1198:
-----------------------------------------
Summary: PUT requests by using ql appear to be running in series
and take a long time to execute
Key: USERGRID-1198
URL: https://issues.apache.org/jira/browse/USERGRID-1198
Project: Usergrid
Issue Type: Improvement
Components: Stack
Affects Versions: 2.1.0
Reporter: Brandon Shelley
Priority: Minor
Fix For: 2.1.2
Currently executing a PUT request using a query like so against 2.1 instance
https://api-connectors-prod.apigee.net/appservices:
{code}UsergridQuery('nodejs').eq('cuisine', 'pizza').limit(2){code}
Is taking over 5000ms to execute. The same query against 1.0 takes 2500ms.
Are these running in series instead of parallel? Performance should be improved
if possible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)