Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase csv download limit in workbench #584

Closed
ufoscw opened this issue Oct 30, 2018 · 1 comment
Closed

increase csv download limit in workbench #584

ufoscw opened this issue Oct 30, 2018 · 1 comment
Assignees
Labels
enhancement Request Change and Feature Enhancement @workbench Component Name : Workbench
Milestone

Comments

@ufoscw
Copy link
Contributor

ufoscw commented Oct 30, 2018

Is your feature request related to a problem? Please describe.
increase csv download limit in workbench

Describe the solution you'd like
The maximum value of query execution is managed by the application.yaml
Add the maximum value to the API response and pass it to the UI.
Delete the temporary CSV file using the scheduler in case the CSV temporary file grows.

application.yaml 설정

polaris:
  workbench:
    defaultResultSize: 1000  #UI 그리드에 표현될 목록 사이즈
    maxResultSize: 1000000   #조회 최대값

Describe alternatives you've considered
NA

Additional context
NA

@ufoscw ufoscw added enhancement Request Change and Feature Enhancement @workbench Component Name : Workbench labels Oct 30, 2018
@ufoscw ufoscw added this to the 3.1.0 milestone Oct 30, 2018
@ufoscw
Copy link
Contributor Author

ufoscw commented Oct 31, 2018

@eltriny
QueryRunRespose에 Preperty가 추가되었습니다.
maxNumRows : 최대 쿼리 결과 제한값 (기존 10만건을 이 속성 값으로 대체)
defaultNumRows : 쿼리 결과 페이지 사이즈 (기존 1000건을 이 속성 값으로 대체)

기존 Request Parameter의 numRows는 삭제바랍니다.

ufoscw pushed a commit that referenced this issue Nov 1, 2018
* #583 add maxNumRows, defaultNumRows property in response

* #583 remove numRows request param

* #584 scheduler added for expired csv file cleaning

* #584 paging maxNumRows, defaultNumRows variable change
@ufoscw ufoscw closed this as completed Nov 1, 2018
Jaehyun-Jang pushed a commit that referenced this issue Nov 1, 2018
- fix dimension guide
kyungtaak pushed a commit that referenced this issue Nov 8, 2018
- #594 fix ui-option spec & add annotation
- #594 fix uilayer interface
- Map pivot animation, label, tooltip edit
- #594 fix map ui option spec
- #594 fix layer3 error
- #584 fix dimension guide
- legend max,min,range edit
- #594 fix map chart build error
- MAP - layer(heatmap) option edit
- #594 fix color by dimension style, tooltip style
- #594 fix color by dimension style
- #594 Add map layer option pivot change
- #594 fix mapchart legend color error
kyungtaak added a commit that referenced this issue Nov 9, 2018
* #594 fix ui-option spec & add annotation

* #594 fix uilayer interface

* #594 fix map ui option spec

* #594 fix layer3 error

* #584 fix dimension guide

* legend max,min,range edit

* #594 fix color by dimension style, tooltip style

* #594 fix heatmap coverage

* #594 fix ui-option spec

* #594 fix search query string

* #594 fix result data load

* #594 fix map tootlp not display

* #594 fix slider range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request Change and Feature Enhancement @workbench Component Name : Workbench
Projects
None yet
Development

No branches or pull requests

3 participants