You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "Jeremy Mitchell (JIRA)" <ji...@apache.org> on 2017/06/30 15:27:00 UTC

[jira] [Closed] (TC-371) Assigning servers to ds thru API takes too long

     [ https://issues.apache.org/jira/browse/TC-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Mitchell closed TC-371.
------------------------------

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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)