You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/05/27 03:28:06 UTC

[GitHub] [dolphinscheduler] chengshiwen opened a new issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

chengshiwen opened a new issue #4466:
URL: https://github.com/apache/dolphinscheduler/issues/4466


   *For better global communication, please give priority to using English description, thx! *
   
   *Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.*
   
   **Describe the question**
   The returned data contains detailed information, and its size is very large, resulting in slow response speed.
   
   **What are the current deficiencies and the benefits of improvement**
   - Improve access speed of the list interfaces
   
   **Which version of DolphinScheduler:**
    -[1.3.4]
   
   **Describe alternatives you've considered**
   Reduce the redundant fields in returned data for the list interfaces
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] CalvinKirs closed issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #4466:
URL: https://github.com/apache/dolphinscheduler/issues/4466


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] chengshiwen commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
chengshiwen commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-761311167


   @CalvinKirs Please assign it to @qmengss, thx!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-763525996


   > > Some query list interfaces return data that is too large. In fact, this is not necessary. We should split it into two interfaces, one query list (data content is often determined by the interface display content, do not return too much), when users need When inquiring details, go to the request details interface.
   > 
   > hi, I'm not familiar with the project yet, the issue was not specified which query interface has the problem that return redundant fields, so I try to find out the query list interface by reading code, and I found this two suspicious interfaces:
   > 
   > * instance/list-paging
   > * task-instance/list-paging
   > 
   > I want to confirm with you, is this two interface need to improve ?
   
   Yes, you are welcome to submit pr


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] qmengss commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
qmengss commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-760755083


   I will fix it. please assign it to me!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] qmengss commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
qmengss commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-762655209


   > Some query list interfaces return data that is too large. In fact, this is not necessary. We should split it into two interfaces, one query list (data content is often determined by the interface display content, do not return too much), when users need When inquiring details, go to the request details interface.
   
   hi, I'm not familiar with the project yet, the issue was not specified which query interface has the problem that return redundant fields, so I try to find out the query list interface by reading code, and I found this two suspicious interfaces:
   
   - instance/list-paging
   - task-instance/list-paging
   
   I want to confirm with you, is this two interface need to improve ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-763526444


   You can create sub-issues for specific sub-issues


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] chengshiwen closed issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
chengshiwen closed issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4466: [Improvement][API] Reduce the size of returned data for list interfaces

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4466:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4466#issuecomment-761593040


   Some query list interfaces return data that is too large. In fact, this is not necessary. We should split it into two interfaces, one query list (data content is often determined by the interface display content, do not return too much), when users need When inquiring details, go to the request details interface.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org