[ 
https://issues.apache.org/jira/browse/TC-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043303#comment-16043303
 ] 

ASF GitHub Bot commented on TC-372:
-----------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/657


> Assigning ds's to user thru API takes too long
> ----------------------------------------------
>
>                 Key: TC-372
>                 URL: https://issues.apache.org/jira/browse/TC-372
>             Project: Traffic Control
>          Issue Type: Improvement
>          Components: Traffic Ops API
>            Reporter: Jeremy Mitchell
>            Assignee: Jeremy Mitchell
>            Priority: Minor
>
> POST /api/$version/deliveryservice_user takes the following payload:
> { userId: 42, deliveryServices: [1,2,3,4,5,6,7,8,9...] }
> and it loops thru each ds to perform a query to see if it exists and then 
> does a query to do an insert into the deliveryservice_tmuser table. so if 
> you're assigning 500 ds's to a user...you end up with 1000 queries...
> need to optimize this endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to