View : 861 Download: 0

Full metadata record

DC Field Value Language
dc.contributor.author姜朱英-
dc.creator姜朱英-
dc.date.accessioned2016-08-25T02:08:29Z-
dc.date.available2016-08-25T02:08:29Z-
dc.date.issued2000-
dc.identifier.otherOAK-000000029263-
dc.identifier.urihttps://dspace.ewha.ac.kr/handle/2015.oak/175274-
dc.identifier.urihttp://dcollection.ewha.ac.kr/jsp/common/DcLoOrgPer.jsp?sItemId=000000029263-
dc.description.abstractOLAP(On-Line Analytical Processing) 시스템은 데이터 웨어하우스 내의 방대한 양의 데이터에 대해 사용자와의 상호 작용이 가능하고, 빠른 응답 시간을 요구한다. 또한 다량의 데이터에 대한 다양한 집계 연산을 요구하기 때문에 데이터 원본에 대해 직접적으로 수행될 경우 많은 수행시간이 요구된다. 그러므로 사용자의 질의에 대한 빠른 응답성능을 보장하기 위해 일반적으로 사전 연산(precomputation) 결과를 저장해 놓는 해결방법을 사용하는데, OLAP 데이터의 희박성은 사전 연산 결과가 수반하는 데이터 폭발 현상을 일으켜 도리어 0LAP성능을 저하시키는 주된 요인이 된다. 이에 본 논문에서는 OLAP의 희박 데이터와 희박 데이터로부터 야기되는 0LAP의 성능저하 문제와 현재까지 연구된 희박 데이터 처리 방법에 대해 기술하였다. 또한 이를 기반으로 OLAP 데이터의 희박성 형태를 정의하고 정의된 희박성 형태에 따라 데이터를 생성하는 데이터 생성 프로그램을 구현하였다. 그리고 구현된 프로그램을 사용하여 생성된 희박 데이터 이용해 MS SQL Server 2000 Analysis Services와 Pilot DSS의 OLAP제품에 다차원 데이터 모델을 설정하였다. 그리고 일반적인 OLAP의 7가지 질의에 대해 질의를 수행해 보고 각 OLAP 제품들의 희박 데이터의 형태에 따른 성능을 측정하고 분석하였다. 이러한 희박성에 형태에 따른 데이터 생성기는 0LAP의 성능 평가를 위한 테스트 데이터 생성 프로그램의 기반이 될 것이다. 또한 본 연구에서 수행된 OLAP 제품들의 성능 평가를 분석하고 이를 확장 시킨다면 일반화된 희박성 형태의 다차원 저장 및 처리 기법 연구에 대한 다양한 접근 방법을 제시할 수 있을 것으로 전망된다.;OLAP performs the applications over large amounts of data of data warehouse that interact with users and require fast response time. Because these applications need a lot of multidimensional aggregation, it can take many hours or even days to run if executed directly on the raw data. The most common and powerful method of reducing response time is to precompute some of the queries into summary tables. In this case sparse data of OLAP causes data explosion and decreases the performance of OLAP. In this paper, we investigated on the sparse data of OLAP, the performance bottleneck problem caused by data sparsity and the existing methods for controlling the sparsity of OLAP. Furthermore based on the investigation, we defined the sparsity patterns of OLAP data and implemented the program that generates the sparse data according to the defined sparsity patterns. We also set up the multidimensional models using the generated sparse data by the implemented program on two OLAP products, MS SQL Server Analysis Services and Pilot DSS. And we executed general 7 queries of OLAP on the multidimensional models then analyzed the performance results with each sparsity pattern. The data generation program that we proposed in this paper would be the fundamental of the data generation program for OLAP performance benchmarking. Also based on a results and the performance analysis of this thesis, we can propose the generalized controlling methods or storage structures to handle all kinds of sparsity patterns.-
dc.description.tableofcontents목차 = ⅰ 論文槪要 = ⅵ Ⅰ. 서론 = 1 1.1 연구 배경 및 목적 = 1 1.2 연구 내용 = 2 Ⅱ. 관련 기술 및 연구동향 = 4 2.1 희박 데이터의 정의 = 4 2.2 희박 데이터의 특성 = 5 2.3 희박 데이터가 OLAP의 성능에 미치는 영향 = 6 2.4 희박 데이터 처리 기법 = 7 2.4.1 청크 기반 구조 = 8 2.4.2 EssBase 제품에서 사용된 희박성 처리 기법 = 9 2.4.3 Oracle Express 제품에서 사용된 희박성 처리 기법 = 11 Ⅲ. OLAP 데이터의 희박성 형태 및 희박성 형태에 따른 데이터 생성기 설계 = 13 3.1 OLAP 데이터의 희박성 형태 = 13 3.1 1 2차원 모델의 희박성 형태 = 13 3.1 2 3차원 모델의 희박성 형태 = 15 3.2 희박성 형태에 따른 테스트 데이터 모델 설계 = 16 3.3 희박성 형태에 따른 데이터 생성 알고리즘 = 19 3.3.1 무작위 형태 = 19 3.3.2 줄(Stripe) 형태 = 22 3 3.3 클러스터(Cluster) 형태 = 24 3.3.4 슬라이스(Slice) 형태 = 27 3.4 성능 평가를 위한 질의 모델 설계 = 29 Ⅳ. 시스템 구현 = 32 4.1 시스템 구현 환경 = 32 4.2 희박 데이터 생성기 및 성능 평가 프로그램 구현 = 34 4.2.1 희박성 형태에 따른 데이터 생성 프로그램 = 35 4.2.2 데이터 생성 프로그램을 통한 테스트 데이터 생성 = 37 4.2.3 Microsoft SQL Server 2000 Analysis Services의 성능 측정 프로그램 = 42 4.2.4 Pilot DSS의 성능 측정 프로그램 = 46 4.3 희박 데이터를 이용한 OLAP제품들의 성능 평가 = 47 Ⅳ. 결론 및 향후과제 = 51 참고문헌 = 53-
dc.formatapplication/pdf-
dc.format.extent2339725 bytes-
dc.languagekor-
dc.publisher이화여자대학교 과학기술대학원-
dc.subjectOLAP시스템-
dc.subject희박-
dc.subject데이터-
dc.subject패턴-
dc.subject분류-
dc.titleOLAP시스템에서 희박 데이터의 패턴 분류 및 성능 평가-
dc.typeMaster's Thesis-
dc.title.translatedClassification of Sparsity Patterns and Performance Evaluation in OLAP System-
dc.format.pagevi, 56 p.-
dc.identifier.thesisdegreeMaster-
dc.identifier.major과학기술대학원 컴퓨터학과-
dc.date.awarded2001. 2-
Appears in Collections:
과학기술대학원 > 컴퓨터학과 > Theses_Master
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

BROWSE