-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add validation interval on ingestion stage #1092
Comments
@AnnieHwang @deidera08 위의 내용 긴급하게 확인 부탁드립니다. |
@deidera08 네 기획내용 감사합니다. 하지만, stageDB 와 동일하게 interval 기간을 지정할수 있는 공간이 필요합니다. (interval period 는 어떤목적이신지...) 그리고, 인터벌 기간 그리고 granularity 단위를 받아 이를 계산하여 단위가 10000 개가 넘는 경우 저 메시지가 나타나게끔 하는 것을 의도했어요. (기존 stagedb 도 마찬가지입니다.) |
@kyungtaak @AnnieHwang 질문이 있습니다.
아니면 interval 기간에 따라 자동 granularity 단위가 산출되나요? 모쪼록 가이드를 부탁드리겠습니다. |
표현이 잘못되었거나 부족한 부분 있으면 모쪼록 피드백/가이드 부탁드리겠습니다. |
@AnnieHwang 디자인 공유드립니다. |
@AnnieHwang @koeun222 Interval period 부분이 Segment Granularity 콤보 박스 바로 밑에 붙어 있어 좀 어색한것 같은데요. |
제가 잘 몰라서 재차 여쭙게 되어 송구합니다. |
@deidera08 아.. 놓쳤던 것을 짚어주셨네요. 이건 아래 timefilter와 동일한 조건으로 해야할것 같다는 생각이 듭니다. |
@kyungtaak @AnnieHwang
세그먼트 단위는 무엇인가요? 3-2. What is Intervals? 간격이란 무슨 의미인가요? 쿼리를 실행할 시간 범위를 뜻합니다. 표현이 잘못되었거나 부족한 부분 있으면 피드백&가이드 부탁드리겠습니다! |
진행시 #646 이슈도 함께 확인이 필요할것 같습니다. @deidera08 위 정책대로 한다면 상세 화면이나 최종 요약 화면에도 영향이 있는지 확인 부탁드립니다. |
데이터소스 생성 마지막 단계와 데이터소스 상세화면 추가하였습니다. 그 외 화면은 ppt로 첨부합니다. |
@deidera08 제생각에는 duration 을 빼고 Interval 로 통일했으면 하는데요. 어떻게 생각하시는지요? |
@kyungtaak @deidera08 말씀하신 의미가 Data range 설정을 빼고, interval로 하자는 말씀이신가요? 그러면 Segment Granualrity를 선택해야지만 interval 단위가 맞춰지고 선택할수 있는데 괜찮은가요? |
@AnnieHwang 제가 Data Range(Duration) 의 의미를 제대로 파악하지 못했네요.
|
@kyungtaak @AnnieHwang
수정한 화면 ppt로 첨부합니다. |
@kyungtaak 말씀하신 것처럼
로 적용하도록 하겠습니다. |
* #1077 Make database type icons into common component * #1077 snapshot is using custom API controllers * #1077 snapshot uses always default projection has all properties * #1077 snapshot has the properties of abstracthistoryentity * #1077 merger with master * #1077 Snapshots can only change allowed properties * #1077 work_list returns snapshots was not canceled * #1077 Add ss type icon in snapshot list, fix svg icon component * #416 #443 fix error displaying alias in chart widget * #1092 fix job property guide popup css * #1092 Fix date range format (add T for time) * #1092 remove data range in stagingDB(change to intervals) * #1092 change default data range regex * #1092 fix interval guide icon css error * #1092 fixed guide info, fix granularity service * #1092 add uppercase replace
Is your feature request related to a problem? Please describe.
Like #1089 issue, A large duration of intervals and a low segment granularity cause a big problem in the ingestion performance of the engine.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
(N/A)
The text was updated successfully, but these errors were encountered: