Easy Heading Macro | ||||||
---|---|---|---|---|---|---|
|
집계 유형(쿼리)는 Hybrid 쿼리 사용 시에만 적용 됩니다. 화면에서의 집계는 메타에서 정의한 분석 항목의 집계 함수로 처리된 후, Hybrid 집계 함수 처리 순으로 적용됩니다.
[ Hybrid Query : i-CHECK 추출 ]
Hybrid Query
...
데이터 계산에 필요한 최소한의 데이터 만을 추출하여 계산 하므로 기존 방식(전체 데이터를 기준으로 계산)에 비해 빠른 속도 제공
OLAP의 필드 배치를 기준으로 실제 계산에 필요한 컬럼만 추출함
...
계산 로직을 분산 처리하기 위해서 DB에서 처리할 수 있는 기본 그룹 함수를 활용함
OLAP 그리드 필드의 집계함수를 기준으로 DB 집계 함수를 활용함
...
OLAP그리드의 배치가 변경되는 시점에 자동으로 서버로 재쿼리 요청
...
The aggregation type (query-based) is applied only when using hybrid queries.
On-screen aggregation is first processed using the aggregation function defined in the i-META for each analysis item, followed by the execution of the hybrid aggregation function in sequence.
[ View Hybrid Query in Log Viewer Server ]
Hybrid Query
Only the minimum data necessary for calculation is extracted, enabling faster processing compared to the traditional method of computing over the entire dataset.
Columns required for actual calculations are selected based on the field arrangement in the OLAP layout.To enable distributed processing of calculation logic, basic group functions that can be handled at the DB level are utilized.
Database aggregation functions are applied according to the aggregation functions defined for OLAP grid fields.When the layout of the OLAP grid is changed, the server automatically re-queries the data.
Depending on the query performance of the source SQL, caching functionality can be leveraged through integration with i-BIG.