Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses

Size: px
Start display at page:

Download "Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses"

Transcription

1 Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses Thiago Luís Lopes Siqueira Ricardo Rodrigues Ciferri Valéria Cesário Times Cristina Dutra de Aguiar Ciferri (UFSCar) (UFPE) (USP) Observatório da Educação

2 Outline Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 2

3 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 3

4 Geographical Data Warehouse To integrate Geographical Information Systems (GIS) Geographical data + descriptive attributes Spatial analysis Data Warehouse (DW) Integrated Historical Multidimensional On-Line Analytical Processing (OLAP) Multidimensional analytical queries GIS, DW and OLAP are related to decision-making support 4

5 Data Warehouse Star schema Attribute hierarchies Redundancy! region nation city address 5

6 Data Warehouse Snowflake schema Avoids redundancy Possible, but not recommended region nation city address 6

7 Geographical Data Warehouse region nation city address HOW? 7

8 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 8

9 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 9

10 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 10

11 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 11

12 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 12

13 Geographical Data Warehouse Predefined spatial attributes hierarchies region nation city address 13

14 Geographical Data Warehouse region nation city address 14

15 Geographical Data Warehouse region nation city address

16 Geographical Data Warehouse 16

17 Geographical Data Warehouse Query Processing Star-join Spatial Predicate 17

18 Geographical Data Warehouse How does the spatial data redundancy affect query response time and storage requirements in a GDW? 18

19 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 19

20 Related Work 20

21 Related Work How does the spatial data redundancy affect query response time and storage requirements in a GDW? 21

22 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 22

23 Experimental Setup Benchmark Star Schema Benchmark + TIGER / Line shapefiles Workbench Redundant GDW Schema Hybrid GDW Schema Platform 2.8 GHz Pentium D processor 7200 RPM SATA 320 GB hard disk 2 GB of main memory PostgreSQL / PostGIS 23

24 Workbench Redundant GDW Schema Hybrid GDW Schema 24

25 Workbench Redundant GDW Schema Hybrid GDW Schema 25

26 Workbench Redundant GDW Schema Hybrid GDW Schema 150 GB 15 GB 26

27 Workload 5 complete roll-up operations 27

28 Performance Results Elapsed time (seconds) 28

29 Performance Results Elapsed time (seconds) < > > > < > > > Spatial data redundancy: Requires more storage space Deteriorates SOLAP query response time 29

30 Performance Results Elapsed time (seconds) 2.82% Hybrid GDW schema: Query processing was not affected by the spatial attribute granularity 30

31 Performance Results Elapsed time (seconds) Redundant GDW schema: 119% attribute granularity, query response time 31

32 Performance Results Elapsed time (seconds) Verdict Spatial data redundancy vs. Additional joins Larger performance losses (Redundant GDW) (Hybrid GDW) 32

33 Performance Results Elapsed time (seconds) ~47 min ~103 min Verdict Redundant and Hybrid schemas: prohibitive query response time! Ad-hoc query windows + Star-join Indices 33

34 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 34

35 Bitmap s_suppkey : s_address 1:1 35

36 Bitmap s_suppkey : s_address 1:1 36

37 Bitmap s_suppkey : s_address 1:1 37

38 Bitmap Region Nation City Address 38

39 Bitmap Region Nation City Address 39

40 Bitmap Region Nation City Address 40

41 Bitmap Region Nation City Address 41

42 Bitmap Query processing Fast bit-wise logical operations Avoids star-join 42

43 Bitmap Use in conventional DW Star-join and attribute hierarchies Advantages Multidimensionality does not drastically deteriorate performance Drawback High cardinality attributes Binning, Compression, Encoding Restriction Bitmap is not yet used to index geographical DW Opportunity! 43

44 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 44

45 SB-index Goal To enhance Star-join with spatial predicates Spatial DW Predefined spatial attribute hierarchies Ad-hoc query windows Resources Star-join Bitmap Index FastBit Binning, Compression and Encoding techniques Free Software 45

46 SB-index Definition Array (Sequential File) whose entries maintain One primary key value The MBR of the corresponding spatial object Star-join Bitmaps On spatial dimension tables primary keys One SB-index per spatial granularity level Region Nation City Address 46

47 SB-index: Building 1) Star-join Bitmaps Primary keys of Spatial Dimension Tables 2) Extraction Organized in disk pages 47

48 SB-index: Query Processing 1st Scanning SB-index and collecting candidates Sequential Scan MBR against the query window Candidates: key values 2nd Refinement and query re-writing Checks original spatial objects in the database New query: only conventional predicates 3rd FastBit performs the new query Star-join Bitmap 48

49 SB-index: Query Processing WHERE INTERSECTS (City, QW) 49

50 SB-index: Query Processing 1. Scan and Collection SB-index Disjoint 50

51 SB-index: Query Processing 1. Scan and Collection SB-index Intersects 51

52 SB-index: Query Processing 1. Scan and Collection SB-index Intersects 52

53 SB-index: Query Processing 1. Scan and Collection SB-index Intersects False candidate 53

54 SB-index: Query Processing 1. Scan and Collection SB-index Intersects False candidate 54

55 SB-index: Query Processing 1. Scan and Collection SB-index and so on: 4, 5, 6,... 55

56 SB-index: Query Processing 1. Scan and Collection SB-index 1st task complete! 56

57 SB-index: Query Processing 2. Refinement and Re-writing 57

58 SB-index: Query Processing 2. Refinement and Re-writing Candidates = {2,3,4,8,13} Answers = {2} INTERSECTS 58

59 SB-index: Query Processing 2. Refinement and Re-writing Candidates = {2,3,4,8,13} Answers = {2} DISJOINT! 59

60 SB-index: Query Processing 2. Refinement and Re-writing Candidates = {2,3,4,8,13} Answers = {2,4} INTERSECTS 60

61 SB-index: Query Processing 2. Refinement and Re-writing Candidates = {2,3,4,8,13} Answers = {2,4,8} INTERSECTS 61

62 SB-index: Query Processing 2. Refinement and Re-writing Candidates = {2,3,4,8,13} Answers = {2,4,8,13} INTERSECTS 62

63 SB-index: Query Processing 2. Refinement and Re-writing 2nd task complete! 63

64 SB-index: Query Processing 3. FastBit performs the new query See: Building 1st step WHERE p_brand = MFGR#2239 AND s_suppkey in {2,4,8,13} 3rd task complete! 64

65 SB-index Explores Predefined spatial attribute hierarchies Enhances Star-join and spatial predicate computation Makes viable Multidimensional analytical queries with spatial predicate Performs range queries Intersection, Containment, Enclosure 65

66 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 66

67 Workbench Firstly, Hybrid GDW Schema 67

68 Results Hybrid GDW Schema Star-join Bitmap Index: 3.4 GB SB-index: 0.10% addition 68

69 Results Hybrid GDW Schema Smaller indices due to spatial data redundancy avoidance Decreases the disk accesses Decreases query response time 69

70 Results Hybrid GDW Schema 0.001% 0.05% 0.1% 1% Granularity attribute granularity, user query window, selectivity 70

71 Results Hybrid GDW Schema Star-join aided by R-tree on spatial attribute Star-join aided by GiST on spatial attribute SB-index 71

72 Workbench And then, Redundant GDW Schema 72

73 Results Redundant GDW Schema Star-join Bitmap Index: 2.3 GB SB-index: 0.14% addition (per granularity level) 73

74 Results Redundant GDW Schema Spatial data redundancy: All SB-indices have the same size 74

75 Results Redundant GDW Schema Spatial data redundancy: The same MBR is evaluated several times 75

76 Results Redundant GDW Schema The same MBR is evaluated several times 76

77 Results Redundant GDW Schema The same MBR is evaluated several times Region Nation City Address 77

78 Results Redundant GDW Schema Spatial data redundancy: SB-index performance gains: from 25% up to 95% 78

79 Discussions Spatial data redundancy still deteriorates query performance The same MBR is evaluated several times Scan Refinement Motivation for a SB-index enhancement 79

80 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 80

81 SB-index Enhancement SB-index manipulates only distinct MBR Each MBR is related to a file Each file contains every primary key whose spatial object is represented by the corresponding MBR Scan IF (MBRi intersects QW1) THEN All keyvalues from Filei are considered candidates 81

82 SB-index Enhancement Star-join aided by R-tree on spatial attribute Star-join aided by GiST on spatial attribute SB-index 82

83 Introduction Related Work Our Experimental Evaluation Indices Bitmap Index Our Index Structure Proposal: SB-index Experimental Evaluation applied to SB-index SB-index Enhancement for Redundant GDW Conclusions 83

84 Conclusions How does spatial data redundancy affects? 1st Experiments GDW: redundant schema vs. hybrid schema Star-join + R-tree/GiST Hybrid/Redundant: prohibitive query response times 2nd SB-index Star-join + Spatial predicate computation Performance gains: 25% up to 95% Spatial data redundancy still affected query processing 84

85 Conclusions 3rd SB-index enhancement Specifically to redundant GDW schemas Distinct MBR manipulation Performance gains: 80% up to 95% Storage requirements Tiny addition Portability GDW redundant or hybrid (normalized) schemas 85

86 Future Work Data Structure Extending a multidimensional access method To avoid sequential scan To cluster spatial objects Evaluation Increasing data volumes DBMS Queries More than one query window Suppliers from QW1 and Customers from QW2 86

87 Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses Thiago Luís Lopes Siqueira Ricardo Rodrigues Ciferri Valéria Cesário Times Cristina Dutra de Aguiar Ciferri (UFSCar) (UFPE) (USP) Observatório da Educação

88 Thanks to 88

89 Binning Wu, K., Stockinger, K. and Shosani, A. Breaking the Curse of Cardinality on Bitmap Indexes. Report LBNL-173E

90 References Beckmann, N., Kriegel, H.-P., Schneider, R., Seeger, B. (1990) The R*-Tree: An Efficient and Robust Access Method for Points and Rectangles. In: SIGMOD Conference. p Fidalgo, R. N. et al. (2004) GeoDWFrame: A Framework for Guiding the Design of Geographical Dimensional Schemas. In: 6th DaWak. p Gaede, V., Günther, O. (1998) Multidimensional Access Methods. In ACM Computing Surveys, v.30, n.2, p Guttman, A. (1984) R-Trees: A Dynamic Index Structure for Spatial Searching. In ACM SIGMOD Record, v.14, n.2, p Harinarayan, V., Rajaraman, A. and Ullman, J. D. (1996) Implementing Data Cubes Efficiently. In ACM SIGMOD Record, v.25, n.2, p Kimball, R. and Ross, M. (2002) The Data Warehouse Toolkit. Wiley, 2nd edition. Malinowski, E. and Zimányi, E. (2004) Representing Spatiality in a Conceptual Multidimensional Model. In: 12th ACM GIS. p O Neil, E., O Neil, P., and Wu, K. (2007) Bitmap Index Design Choices and Their Performance Implications. In: 11th IEEE IDEAS. p

91 References O Neil, P., and Graefe, G. (1995) Multi-Table Joins Through Bitmapped Join Indices. In ACM SIGMOD Record, v.24, n.3, p O Neil, P., O Neil, E. and Chen, X. (2007) The Star Schema Benchmark, July. O Neil, P. and Quass, D. (1997) Improved Query Performance with Variant Indexes, In: ACM SIGMOD Conference. p Papadias, D. et al. (2001) Efficient OLAP Operations in Spatial Data Warehouses. In: 7th Symposium on Spatial and Temporal Databases. p Sampaio, M. C., et al. (2006) Towards a logical multidimensional model for spatial data warehousing and OLAP. In: 8th ACM DOLAP, p Silva, J., Oliveira, A., Salgado, A. C., Times, V. C., Fidalgo, R., Souza C. (2008) A set of aggregation functions for spatial measures. In 11th ACM DOLAP. Siqueira, T. L. L., Ciferri, R. R., Times, V. C., Ciferri, C. D. A (2009) An Spatial Bitmap-Based Index for Geographical Data Warehouses. In: 24th ACM SAC. 91

92 References Stefanovic, N., et al. (2000) Object-Based Selective Materialization for Efficient Implementation of Spatial Data Cubes. In IEEE TKDE, v.12, n.6, p Stockinger, K. and Wu, K. (2007) Bitmap Indices for Data Warehouses. In: Data Warehouses and OLAP: Concepts, Architectures and Solutions, Edited by Robert Wrembel and Christian Koncilia. IRM Press, p Wu, K., Otoo, E. J. and Shoshani, A. (2006) Optimizing Bitmap Indices with Efficient Compression. In ACM TODS v.31, p Wu, K., Stockinger, K. and Shoshani, A. (2008) Breaking the Curse of Cardinality on Bitmap Indexes. July. 92

Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses 1

Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses 1 Investigating the Effects of Spatial Data Redundancy in Query Performance over Geographical Data Warehouses 1 Thiago Luís Lopes Siqueira 1, Ricardo Rodrigues Ciferri 1, Valéria Cesário Times 2, Cristina

More information

The impact of spatial data redundancy on SOLAP query performance

The impact of spatial data redundancy on SOLAP query performance Journal of the Brazilian Computer Society, 2009; 15(1):19-34. ISSN 0104-6500 The impact of spatial data redundancy on SOLAP query performance Thiago Luís Lopes Siqueira 1,2, Cristina Dutra de Aguiar Ciferri

More information

Benchmarking Spatial Data Warehouses

Benchmarking Spatial Data Warehouses Benchmarking Spatial Data Warehouses Thiago Luís Lopes Siqueira 1,2, Ricardo Rodrigues Ciferri 2, Valéria Cesário Times 3, Cristina Dutra de Aguiar Ciferri 4 1 São Paulo Federal Institute of Education,

More information

HSTB-index: A Hierarchical Spatio-Temporal Bitmap Indexing Technique

HSTB-index: A Hierarchical Spatio-Temporal Bitmap Indexing Technique HSTB-index: A Hierarchical Spatio-Temporal Bitmap Indexing Technique Cesar Joaquim Neto 1, 2, Ricardo Rodrigues Ciferri 1, Marilde Terezinha Prado Santos 1 1 Department of Computer Science Federal University

More information

An OLAP Tool Based on the Bitmap Join Index

An OLAP Tool Based on the Bitmap Join Index CLEI 2011 An OLAP Tool Based on the Bitmap Join Index Anderson Chaves Carniel 1, Thiago Luís Lopes Siqueira 2,3 1 São Paulo Federal Institute of Education, Science and Technology, IFSP, Salto Campus, 13.320-271,

More information

Indexing Techniques for Data Warehouses Queries. Abstract

Indexing Techniques for Data Warehouses Queries. Abstract Indexing Techniques for Data Warehouses Queries Sirirut Vanichayobon Le Gruenwald The University of Oklahoma School of Computer Science Norman, OK, 739 sirirut@cs.ou.edu gruenwal@cs.ou.edu Abstract Recently,

More information

Querying data warehouses efficiently using the Bitmap Join Index OLAP Tool

Querying data warehouses efficiently using the Bitmap Join Index OLAP Tool CLEI ELECTRONIC JOURNAL, VOLUME 15, NUMBER 2, PAPER 7, AUGUST 2012 Querying data warehouses efficiently using the Bitmap Join Index OLAP Tool Anderson Chaves Carniel São Paulo Federal Institute of Education,

More information

Evaluation of Bitmap Index Compression using Data Pump in Oracle Database

Evaluation of Bitmap Index Compression using Data Pump in Oracle Database IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 3, Ver. III (May-Jun. 2014), PP 43-48 Evaluation of Bitmap Index Compression using Data Pump in Oracle

More information

Efficient Iceberg Query Evaluation for Structured Data using Bitmap Indices

Efficient Iceberg Query Evaluation for Structured Data using Bitmap Indices Proc. of Int. Conf. on Advances in Computer Science, AETACS Efficient Iceberg Query Evaluation for Structured Data using Bitmap Indices Ms.Archana G.Narawade a, Mrs.Vaishali Kolhe b a PG student, D.Y.Patil

More information

SDWM: An Enhanced Spatial Data Warehouse Metamodel

SDWM: An Enhanced Spatial Data Warehouse Metamodel SDWM: An Enhanced Spatial Data Warehouse Metamodel Alfredo Cuzzocrea 1, Robson do Nascimento Fidalgo 2 1 ICAR-CNR & University of Calabria, 87036 Rende (CS), ITALY cuzzocrea@si.deis.unical.it. 2. CIN,

More information

Index Selection Techniques in Data Warehouse Systems

Index Selection Techniques in Data Warehouse Systems Index Selection Techniques in Data Warehouse Systems Aliaksei Holubeu as a part of a Seminar Databases and Data Warehouses. Implementation and usage. Konstanz, June 3, 2005 2 Contents 1 DATA WAREHOUSES

More information

Data Warehousing Systems: Foundations and Architectures

Data Warehousing Systems: Foundations and Architectures Data Warehousing Systems: Foundations and Architectures Il-Yeol Song Drexel University, http://www.ischool.drexel.edu/faculty/song/ SYNONYMS None DEFINITION A data warehouse (DW) is an integrated repository

More information

IMPLEMENTING SPATIAL DATA WAREHOUSE HIERARCHIES IN OBJECT-RELATIONAL DBMSs

IMPLEMENTING SPATIAL DATA WAREHOUSE HIERARCHIES IN OBJECT-RELATIONAL DBMSs IMPLEMENTING SPATIAL DATA WAREHOUSE HIERARCHIES IN OBJECT-RELATIONAL DBMSs Elzbieta Malinowski and Esteban Zimányi Computer & Decision Engineering Department, Université Libre de Bruxelles 50 av.f.d.roosevelt,

More information

The DC-Tree: A Fully Dynamic Index Structure for Data Warehouses

The DC-Tree: A Fully Dynamic Index Structure for Data Warehouses Published in the Proceedings of 16th International Conference on Data Engineering (ICDE 2) The DC-Tree: A Fully Dynamic Index Structure for Data Warehouses Martin Ester, Jörn Kohlhammer, Hans-Peter Kriegel

More information

Review. Data Warehousing. Today. Star schema. Star join indexes. Dimension hierarchies

Review. Data Warehousing. Today. Star schema. Star join indexes. Dimension hierarchies Review Data Warehousing CPS 216 Advanced Database Systems Data warehousing: integrating data for OLAP OLAP versus OLTP Warehousing versus mediation Warehouse maintenance Warehouse data as materialized

More information

The DC-tree: A Fully Dynamic Index Structure for Data Warehouses

The DC-tree: A Fully Dynamic Index Structure for Data Warehouses The DC-tree: A Fully Dynamic Index Structure for Data Warehouses Martin Ester, Jörn Kohlhammer, Hans-Peter Kriegel Institute for Computer Science, University of Munich Oettingenstr. 67, D-80538 Munich,

More information

BUILDING OLAP TOOLS OVER LARGE DATABASES

BUILDING OLAP TOOLS OVER LARGE DATABASES BUILDING OLAP TOOLS OVER LARGE DATABASES Rui Oliveira, Jorge Bernardino ISEC Instituto Superior de Engenharia de Coimbra, Polytechnic Institute of Coimbra Quinta da Nora, Rua Pedro Nunes, P-3030-199 Coimbra,

More information

Bitmap Index an Efficient Approach to Improve Performance of Data Warehouse Queries

Bitmap Index an Efficient Approach to Improve Performance of Data Warehouse Queries Bitmap Index an Efficient Approach to Improve Performance of Data Warehouse Queries Kale Sarika Prakash 1, P. M. Joe Prathap 2 1 Research Scholar, Department of Computer Science and Engineering, St. Peters

More information

Indexing and Retrieval of Historical Aggregate Information about Moving Objects

Indexing and Retrieval of Historical Aggregate Information about Moving Objects Indexing and Retrieval of Historical Aggregate Information about Moving Objects Dimitris Papadias, Yufei Tao, Jun Zhang, Nikos Mamoulis, Qiongmao Shen, and Jimeng Sun Department of Computer Science Hong

More information

CUBE INDEXING IMPLEMENTATION USING INTEGRATION OF SIDERA AND BERKELEY DB

CUBE INDEXING IMPLEMENTATION USING INTEGRATION OF SIDERA AND BERKELEY DB CUBE INDEXING IMPLEMENTATION USING INTEGRATION OF SIDERA AND BERKELEY DB Badal K. Kothari 1, Prof. Ashok R. Patel 2 1 Research Scholar, Mewar University, Chittorgadh, Rajasthan, India 2 Department of Computer

More information

Towards a Logical Multidimensional Model for Spatial Data Warehousing and OLAP Marcus Costa Sampaio André Gomes de Sousa Cláudio de Souza Baptista

Towards a Logical Multidimensional Model for Spatial Data Warehousing and OLAP Marcus Costa Sampaio André Gomes de Sousa Cláudio de Souza Baptista Towards a Logical Multidimensional Model for Data Warehousing and OLAP Marcus Costa Sampaio André Gomes de Sousa Cláudio de Souza Baptista Information System Laboratory - LSI, Federal University of Campina

More information

Using the column oriented NoSQL model for implementing big data warehouses

Using the column oriented NoSQL model for implementing big data warehouses Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'15 469 Using the column oriented NoSQL model for implementing big data warehouses Khaled. Dehdouh 1, Fadila. Bentayeb 1, Omar. Boussaid 1, and Nadia

More information

Optimizing the Data Warehouse Design by Hierarchical Denormalizing

Optimizing the Data Warehouse Design by Hierarchical Denormalizing Optimizing the Data Warehouse Design by Hierarchical Denormalizing Morteza Zaker, Somnuk Phon-Amnuaisuk, Su-Cheng Haw Faculty of Information Technology, Multimedia University, Malaysia Smzaker@gmail.com,

More information

INTERNATIONAL JOURNAL OF COMPUTERS AND COMMUNICATIONS Issue 2, Volume 2, 2008

INTERNATIONAL JOURNAL OF COMPUTERS AND COMMUNICATIONS Issue 2, Volume 2, 2008 1 An Adequate Design for Large Data Warehouse Systems: Bitmap index versus B-tree index Morteza Zaker, Somnuk Phon-Amnuaisuk, Su-Cheng Haw Faculty of Information Technologhy Multimedia University, Malaysia

More information

Morteza Zaker ( Student ID :1061608853 ) smzaker@gmail.com

Morteza Zaker ( Student ID :1061608853 ) smzaker@gmail.com Data Warehouse Design Considerations 1. Introduction Data warehouse (DW) is a database containing data from multiple operational systems that has been consolidated, integrated, aggregated and structured

More information

Data W a Ware r house house and and OLAP Week 5 1

Data W a Ware r house house and and OLAP Week 5 1 Data Warehouse and OLAP Week 5 1 Midterm I Friday, March 4 Scope Homework assignments 1 4 Open book Team Homework Assignment #7 Read pp. 121 139, 146 150 of the text book. Do Examples 3.8, 3.10 and Exercise

More information

Week 3 lecture slides

Week 3 lecture slides Week 3 lecture slides Topics Data Warehouses Online Analytical Processing Introduction to Data Cubes Textbook reference: Chapter 3 Data Warehouses A data warehouse is a collection of data specifically

More information

Horizontal Partitioning by Predicate Abstraction and its Application to Data Warehouse Design

Horizontal Partitioning by Predicate Abstraction and its Application to Data Warehouse Design Horizontal Partitioning by Predicate Abstraction and its Application to Data Warehouse Design Aleksandar Dimovski 1, Goran Velinov 2, and Dragan Sahpaski 2 1 Faculty of Information-Communication Technologies,

More information

Bitmap Index as Effective Indexing for Low Cardinality Column in Data Warehouse

Bitmap Index as Effective Indexing for Low Cardinality Column in Data Warehouse Bitmap Index as Effective Indexing for Low Cardinality Column in Data Warehouse Zainab Qays Abdulhadi* * Ministry of Higher Education & Scientific Research Baghdad, Iraq Zhang Zuping Hamed Ibrahim Housien**

More information

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 29-1 Slide 29-1 Chapter 29 Overview of Data Warehousing and OLAP Chapter 29 Outline Purpose of Data Warehousing Introduction, Definitions, and Terminology Comparison with Traditional Databases Characteristics

More information

a Geographic Data Warehouse for Water Resources Management

a Geographic Data Warehouse for Water Resources Management Towards a Geographic Data Warehouse for Water Resources Management Nazih Selmoune, Nadia Abdat, Zaia Alimazighi LSI - USTHB 2 Introduction A large part of the data in all decisional systems is geo-spatial

More information

DWEB: A Data Warehouse Engineering Benchmark

DWEB: A Data Warehouse Engineering Benchmark DWEB: A Data Warehouse Engineering Benchmark Jérôme Darmont, Fadila Bentayeb, and Omar Boussaïd ERIC, University of Lyon 2, 5 av. Pierre Mendès-France, 69676 Bron Cedex, France {jdarmont, boussaid, bentayeb}@eric.univ-lyon2.fr

More information

QuickDB Yet YetAnother Database Management System?

QuickDB Yet YetAnother Database Management System? QuickDB Yet YetAnother Database Management System? Radim Bača, Peter Chovanec, Michal Krátký, and Petr Lukáš Radim Bača, Peter Chovanec, Michal Krátký, and Petr Lukáš Department of Computer Science, FEECS,

More information

Ag + -tree: an Index Structure for Range-aggregation Queries in Data Warehouse Environments

Ag + -tree: an Index Structure for Range-aggregation Queries in Data Warehouse Environments Ag + -tree: an Index Structure for Range-aggregation Queries in Data Warehouse Environments Yaokai Feng a, Akifumi Makinouchi b a Faculty of Information Science and Electrical Engineering, Kyushu University,

More information

PartJoin: An Efficient Storage and Query Execution for Data Warehouses

PartJoin: An Efficient Storage and Query Execution for Data Warehouses PartJoin: An Efficient Storage and Query Execution for Data Warehouses Ladjel Bellatreche 1, Michel Schneider 2, Mukesh Mohania 3, and Bharat Bhargava 4 1 IMERIR, Perpignan, FRANCE ladjel@imerir.com 2

More information

Alejandro Vaisman Esteban Zimanyi. Data. Warehouse. Systems. Design and Implementation. ^ Springer

Alejandro Vaisman Esteban Zimanyi. Data. Warehouse. Systems. Design and Implementation. ^ Springer Alejandro Vaisman Esteban Zimanyi Data Warehouse Systems Design and Implementation ^ Springer Contents Part I Fundamental Concepts 1 Introduction 3 1.1 A Historical Overview of Data Warehousing 4 1.2 Spatial

More information

OLAP and OLTP. AMIT KUMAR BINDAL Associate Professor M M U MULLANA

OLAP and OLTP. AMIT KUMAR BINDAL Associate Professor M M U MULLANA OLAP and OLTP AMIT KUMAR BINDAL Associate Professor Databases Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age Information, which is created by data,

More information

DATA WAREHOUSING AND OLAP TECHNOLOGY

DATA WAREHOUSING AND OLAP TECHNOLOGY DATA WAREHOUSING AND OLAP TECHNOLOGY Manya Sethi MCA Final Year Amity University, Uttar Pradesh Under Guidance of Ms. Shruti Nagpal Abstract DATA WAREHOUSING and Online Analytical Processing (OLAP) are

More information

New Approach of Computing Data Cubes in Data Warehousing

New Approach of Computing Data Cubes in Data Warehousing International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 14 (2014), pp. 1411-1417 International Research Publications House http://www. irphouse.com New Approach of

More information

Requirements engineering for a user centric spatial data warehouse

Requirements engineering for a user centric spatial data warehouse Int. J. Open Problems Compt. Math., Vol. 7, No. 3, September 2014 ISSN 1998-6262; Copyright ICSRS Publication, 2014 www.i-csrs.org Requirements engineering for a user centric spatial data warehouse Vinay

More information

A Critical Review of Data Warehouse

A Critical Review of Data Warehouse Global Journal of Business Management and Information Technology. Volume 1, Number 2 (2011), pp. 95-103 Research India Publications http://www.ripublication.com A Critical Review of Data Warehouse Sachin

More information

Automatic Selection of Bitmap Join Indexes in Data Warehouses

Automatic Selection of Bitmap Join Indexes in Data Warehouses Automatic Selection of Bitmap Join Indexes in Data Warehouses Kamel Aouiche, Jérôme Darmont, Omar Boussaïd, Fadila Bentayeb To cite this version: Kamel Aouiche, Jérôme Darmont, Omar Boussaïd, Fadila Bentayeb

More information

A Design and implementation of a data warehouse for research administration universities

A Design and implementation of a data warehouse for research administration universities A Design and implementation of a data warehouse for research administration universities André Flory 1, Pierre Soupirot 2, and Anne Tchounikine 3 1 CRI : Centre de Ressources Informatiques INSA de Lyon

More information

DATA WAREHOUSING - OLAP

DATA WAREHOUSING - OLAP http://www.tutorialspoint.com/dwh/dwh_olap.htm DATA WAREHOUSING - OLAP Copyright tutorialspoint.com Online Analytical Processing Server OLAP is based on the multidimensional data model. It allows managers,

More information

Continuous Spatial Data Warehousing

Continuous Spatial Data Warehousing Continuous Spatial Data Warehousing Taher Omran Ahmed Faculty of Science Aljabal Algharby University Azzentan - Libya Taher.ahmed@insa-lyon.fr Abstract Decision support systems are usually based on multidimensional

More information

Data Warehouse Snowflake Design and Performance Considerations in Business Analytics

Data Warehouse Snowflake Design and Performance Considerations in Business Analytics Journal of Advances in Information Technology Vol. 6, No. 4, November 2015 Data Warehouse Snowflake Design and Performance Considerations in Business Analytics Jiangping Wang and Janet L. Kourik Walker

More information

Dimensional Modeling for Data Warehouse

Dimensional Modeling for Data Warehouse Modeling for Data Warehouse Umashanker Sharma, Anjana Gosain GGS, Indraprastha University, Delhi Abstract Many surveys indicate that a significant percentage of DWs fail to meet business objectives or

More information

CHAPTER-24 Mining Spatial Databases

CHAPTER-24 Mining Spatial Databases CHAPTER-24 Mining Spatial Databases 24.1 Introduction 24.2 Spatial Data Cube Construction and Spatial OLAP 24.3 Spatial Association Analysis 24.4 Spatial Clustering Methods 24.5 Spatial Classification

More information

Bitmap Indices for Data Warehouses

Bitmap Indices for Data Warehouses Bitmap Indices for Data Warehouses Kurt Stockinger and Kesheng Wu Computational Research Division Lawrence Berkeley National Laboratory University of California Mail Stop 50B-3238 1 Cyclotron Road Berkeley,

More information

INTEROPERABILITY IN DATA WAREHOUSES

INTEROPERABILITY IN DATA WAREHOUSES INTEROPERABILITY IN DATA WAREHOUSES Riccardo Torlone Roma Tre University http://torlone.dia.uniroma3.it/ SYNONYMS Data warehouse integration DEFINITION The term refers to the ability of combining the content

More information

CS54100: Database Systems

CS54100: Database Systems CS54100: Database Systems Date Warehousing: Current, Future? 20 April 2012 Prof. Chris Clifton Data Warehousing: Goals OLAP vs OLTP On Line Analytical Processing (vs. Transaction) Optimize for read, not

More information

Survey On: Nearest Neighbour Search With Keywords In Spatial Databases

Survey On: Nearest Neighbour Search With Keywords In Spatial Databases Survey On: Nearest Neighbour Search With Keywords In Spatial Databases SayaliBorse 1, Prof. P. M. Chawan 2, Prof. VishwanathChikaraddi 3, Prof. Manish Jansari 4 P.G. Student, Dept. of Computer Engineering&

More information

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1 Jens Teubner Data Warehousing Winter 2015/16 1 Data Warehousing Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de Winter 2015/16 Jens Teubner Data Warehousing Winter 2015/16 13 Part II Overview

More information

Data Warehouse Design

Data Warehouse Design Data Warehouse Design Modern Principles and Methodologies Matteo Golfarelli Stefano Rizzi Translated by Claudio Pagliarani Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City

More information

Data Warehouse: Introduction

Data Warehouse: Introduction Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of Base and Mining Group of base and data mining group,

More information

DATA WAREHOUSE CONCEPTS DATA WAREHOUSE DEFINITIONS

DATA WAREHOUSE CONCEPTS DATA WAREHOUSE DEFINITIONS DATA WAREHOUSE CONCEPTS A fundamental concept of a data warehouse is the distinction between data and information. Data is composed of observable and recordable facts that are often found in operational

More information

A DATA WAREHOUSE SOLUTION FOR E-GOVERNMENT

A DATA WAREHOUSE SOLUTION FOR E-GOVERNMENT A DATA WAREHOUSE SOLUTION FOR E-GOVERNMENT Xiufeng Liu 1 & Xiaofeng Luo 2 1 Department of Computer Science Aalborg University, Selma Lagerlofs Vej 300, DK-9220 Aalborg, Denmark 2 Telecommunication Engineering

More information

OLAP. Business Intelligence OLAP definition & application Multidimensional data representation

OLAP. Business Intelligence OLAP definition & application Multidimensional data representation OLAP Business Intelligence OLAP definition & application Multidimensional data representation 1 Business Intelligence Accompanying the growth in data warehousing is an ever-increasing demand by users for

More information

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 Introduction This course provides students with the knowledge and skills necessary to design, implement, and deploy OLAP

More information

Spatial Hierarchy & OLAP-Favored Search in Spatial Data Warehouse

Spatial Hierarchy & OLAP-Favored Search in Spatial Data Warehouse Spatial Hierarchy & OLAP-Favored Search in Spatial Data Warehouse Fangyan Rao IBM China Research Lab Nov 7, 23 DOLAP 23 Outline Motivation Spatial hierarchy OLAP-favored search Heuristic OLAP-favored search

More information

CHAPTER 3. Data Warehouses and OLAP

CHAPTER 3. Data Warehouses and OLAP CHAPTER 3 Data Warehouses and OLAP 3.1 Data Warehouse 3.2 Differences between Operational Systems and Data Warehouses 3.3 A Multidimensional Data Model 3.4Stars, snowflakes and Fact Constellations: 3.5

More information

Designing a Dimensional Model

Designing a Dimensional Model Designing a Dimensional Model Erik Veerman Atlanta MDF member SQL Server MVP, Microsoft MCT Mentor, Solid Quality Learning Definitions Data Warehousing A subject-oriented, integrated, time-variant, and

More information

M2074 - Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 5 Day Course

M2074 - Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 5 Day Course Module 1: Introduction to Data Warehousing and OLAP Introducing Data Warehousing Defining OLAP Solutions Understanding Data Warehouse Design Understanding OLAP Models Applying OLAP Cubes At the end of

More information

Data warehouses. Data Mining. Abraham Otero. Data Mining. Agenda

Data warehouses. Data Mining. Abraham Otero. Data Mining. Agenda Data warehouses 1/36 Agenda Why do I need a data warehouse? ETL systems Real-Time Data Warehousing Open problems 2/36 1 Why do I need a data warehouse? Why do I need a data warehouse? Maybe you do not

More information

Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making

Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making Integrating GIS and BI: a Powerful Way to Unlock Geospatial Data for Decision-Making Professor Yvan Bedard, PhD, P.Eng. Centre for Research in Geomatics Laval Univ., Quebec, Canada National Technical University

More information

Design and Implementation of Enterprise Spatial Data Warehouse

Design and Implementation of Enterprise Spatial Data Warehouse Design and Implementation of Enterprise Spatial Data Warehouse Yin Liang 1 2 and Hong Zhang J ISchool ofenvironment Science and Spatial Infonnatics, China University ofmining and Technology, XuZhou 221008,

More information

Data Warehousing with Oracle

Data Warehousing with Oracle Data Warehousing with Oracle Comprehensive Concepts Overview, Insight, Recommendations, Best Practices and a whole lot more. By Tariq Farooq A BrainSurface Presentation What is a Data Warehouse? Designed

More information

1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing

1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing 1. OLAP is an acronym for a. Online Analytical Processing b. Online Analysis Process c. Online Arithmetic Processing d. Object Linking and Processing 2. What is a Data warehouse a. A database application

More information

Encyclopedia of Data Warehousing and Mining

Encyclopedia of Data Warehousing and Mining Encyclopedia of Data Warehousing and Mining Second Edition John Wang Montclair State University, USA Volume IV Pro-Z Information Science reference Hershey New York Director of Editorial Content: Director

More information

Business Intelligence

Business Intelligence 8 Business Intelligence Business intelligence has become a buzzword in recent years. The database tools found under the heading of business intelligence include data warehousing, online analytical processing

More information

Designing Data Warehouses for Geographic OLAP querying by using MDA

Designing Data Warehouses for Geographic OLAP querying by using MDA Designing Data Warehouses for Geographic OLAP querying by using MDA Octavio Glorio and Juan Trujillo University of Alicante, Spain, Department of Software and Computing Systems Lucentia Research Group

More information

Managing a Fragmented XML Data Cube with Oracle and Timesten

Managing a Fragmented XML Data Cube with Oracle and Timesten ACM Fifteenth International Workshop On Data Warehousing and OLAP (DOLAP 2012) Maui, Hawaii, USA November 2nd, 2012 Managing a Fragmented XML Data Cube with Oracle and Timesten Doulkifli BOUKRAA, ESI,

More information

Lecture Data Warehouse Systems

Lecture Data Warehouse Systems Lecture Data Warehouse Systems Eva Zangerle SS 2013 PART A: Architecture Chapter 1: Motivation and Definitions Motivation Goal: to build an operational general view on a company to support decisions in

More information

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

More information

CONTINUOUS DATA WAREHOUSE: CONCEPTS, CHALLENGES AND POTENTIALS

CONTINUOUS DATA WAREHOUSE: CONCEPTS, CHALLENGES AND POTENTIALS Geoinformatics 2004 Proc. 12th Int. Conf. on Geoinformatics Geospatial Information Research: Bridging the Pacific and Atlantic University of Gävle, Sweden, 7-9 June 2004 CONTINUOUS DATA WAREHOUSE: CONCEPTS,

More information

The Study on Data Warehouse Design and Usage

The Study on Data Warehouse Design and Usage International Journal of Scientific and Research Publications, Volume 3, Issue 3, March 2013 1 The Study on Data Warehouse Design and Usage Mr. Dishek Mankad 1, Mr. Preyash Dholakia 2 1 M.C.A., B.R.Patel

More information

Fuzzy Spatial Data Warehouse: A Multidimensional Model

Fuzzy Spatial Data Warehouse: A Multidimensional Model 4 Fuzzy Spatial Data Warehouse: A Multidimensional Model Pérez David, Somodevilla María J. and Pineda Ivo H. Facultad de Ciencias de la Computación, BUAP, Mexico 1. Introduction A data warehouse is defined

More information

Slowly Changing Dimensions Specification a Relational Algebra Approach Vasco Santos 1 and Orlando Belo 2 1

Slowly Changing Dimensions Specification a Relational Algebra Approach Vasco Santos 1 and Orlando Belo 2 1 Slowly Changing Dimensions Specification a Relational Algebra Approach Vasco Santos 1 and Orlando Belo 2 1 CIICESI, School of Management and Technology, Porto Polytechnic, Felgueiras, Portugal Email: vsantos@estgf.ipp.pt

More information

Part 22. Data Warehousing

Part 22. Data Warehousing Part 22 Data Warehousing The Decision Support System (DSS) Tools to assist decision-making Used at all levels in the organization Sometimes focused on a single area Sometimes focused on a single problem

More information

Research on the data warehouse testing method in database design process based on the shared nothing frame

Research on the data warehouse testing method in database design process based on the shared nothing frame Research on the data warehouse testing method in database design process based on the shared nothing frame Abstract Keming Chen School of Continuing Education, XinYu University,XinYu University, JiangXi,

More information

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP

OLAP and Data Mining. Data Warehousing and End-User Access Tools. Introducing OLAP. Introducing OLAP Data Warehousing and End-User Access Tools OLAP and Data Mining Accompanying growth in data warehouses is increasing demands for more powerful access tools providing advanced analytical capabilities. Key

More information

Mario Guarracino. Data warehousing

Mario Guarracino. Data warehousing Data warehousing Introduction Since the mid-nineties, it became clear that the databases for analysis and business intelligence need to be separate from operational. In this lecture we will review the

More information

The Cubetree Storage Organization

The Cubetree Storage Organization The Cubetree Storage Organization Nick Roussopoulos & Yannis Kotidis Advanced Communication Technology, Inc. Silver Spring, MD 20905 Tel: 301-384-3759 Fax: 301-384-3679 {nick,kotidis}@act-us.com 1. Introduction

More information

Query Optimization in Cloud Environment

Query Optimization in Cloud Environment Query Optimization in Cloud Environment Cindy Chen Computer Science Department University of Massachusetts Lowell May 31, 2014 OUTLINE Introduction Our Approach Performance Evaluation Conclusion and Future

More information

Turkish Journal of Engineering, Science and Technology

Turkish Journal of Engineering, Science and Technology Turkish Journal of Engineering, Science and Technology 03 (2014) 106-110 Turkish Journal of Engineering, Science and Technology journal homepage: www.tujest.com Integrating Data Warehouse with OLAP Server

More information

Improve Data Warehouse Performance by Preprocessing and Avoidance of Complex Resource Intensive Calculations

Improve Data Warehouse Performance by Preprocessing and Avoidance of Complex Resource Intensive Calculations www.ijcsi.org 202 Improve Data Warehouse Performance by Preprocessing and Avoidance of Complex Resource Intensive Calculations Muhammad Saqib 1, Muhammad Arshad 2, Mumtaz Ali 3, Nafees Ur Rehman 4, Zahid

More information

14. Data Warehousing & Data Mining

14. Data Warehousing & Data Mining 14. Data Warehousing & Data Mining Data Warehousing Concepts Decision support is key for companies wanting to turn their organizational data into an information asset Data Warehouse "A subject-oriented,

More information

DATA CUBES E0 261. Jayant Haritsa Computer Science and Automation Indian Institute of Science. JAN 2014 Slide 1 DATA CUBES

DATA CUBES E0 261. Jayant Haritsa Computer Science and Automation Indian Institute of Science. JAN 2014 Slide 1 DATA CUBES E0 261 Jayant Haritsa Computer Science and Automation Indian Institute of Science JAN 2014 Slide 1 Introduction Increasingly, organizations are analyzing historical data to identify useful patterns and

More information

low-level storage structures e.g. partitions underpinning the warehouse logical table structures

low-level storage structures e.g. partitions underpinning the warehouse logical table structures DATA WAREHOUSE PHYSICAL DESIGN The physical design of a data warehouse specifies the: low-level storage structures e.g. partitions underpinning the warehouse logical table structures low-level structures

More information

Data Warehousing: Data Models and OLAP operations. By Kishore Jaladi kishorejaladi@yahoo.com

Data Warehousing: Data Models and OLAP operations. By Kishore Jaladi kishorejaladi@yahoo.com Data Warehousing: Data Models and OLAP operations By Kishore Jaladi kishorejaladi@yahoo.com Topics Covered 1. Understanding the term Data Warehousing 2. Three-tier Decision Support Systems 3. Approaches

More information

The Design and the Implementation of an HEALTH CARE STATISTICS DATA WAREHOUSE Dr. Sreèko Natek, assistant professor, Nova Vizija, srecko@vizija.

The Design and the Implementation of an HEALTH CARE STATISTICS DATA WAREHOUSE Dr. Sreèko Natek, assistant professor, Nova Vizija, srecko@vizija. The Design and the Implementation of an HEALTH CARE STATISTICS DATA WAREHOUSE Dr. Sreèko Natek, assistant professor, Nova Vizija, srecko@vizija.si ABSTRACT Health Care Statistics on a state level is a

More information

OLAP Theory-English version

OLAP Theory-English version OLAP Theory-English version On-Line Analytical processing (Business Intelligence) [Ing.J.Skorkovský,CSc.] Department of corporate economy Agenda The Market Why OLAP (On-Line-Analytic-Processing Introduction

More information

DIMENSION HIERARCHIES UPDATES IN DATA WAREHOUSES A User-driven Approach

DIMENSION HIERARCHIES UPDATES IN DATA WAREHOUSES A User-driven Approach DIMENSION HIERARCHIES UPDATES IN DATA WAREHOUSES A User-driven Approach Cécile Favre, Fadila Bentayeb, Omar Boussaid ERIC Laboratory, University of Lyon, 5 av. Pierre Mendès-France, 69676 Bron Cedex, France

More information

Data Warehousing Concepts

Data Warehousing Concepts Data Warehousing Concepts JB Software and Consulting Inc 1333 McDermott Drive, Suite 200 Allen, TX 75013. [[[[[ DATA WAREHOUSING What is a Data Warehouse? Decision Support Systems (DSS), provides an analysis

More information

Fluency With Information Technology CSE100/IMT100

Fluency With Information Technology CSE100/IMT100 Fluency With Information Technology CSE100/IMT100 ),7 Larry Snyder & Mel Oyler, Instructors Ariel Kemp, Isaac Kunen, Gerome Miklau & Sean Squires, Teaching Assistants University of Washington, Autumn 1999

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing

More information

RESEARCH ON THE FRAMEWORK OF SPATIO-TEMPORAL DATA WAREHOUSE

RESEARCH ON THE FRAMEWORK OF SPATIO-TEMPORAL DATA WAREHOUSE RESEARCH ON THE FRAMEWORK OF SPATIO-TEMPORAL DATA WAREHOUSE WANG Jizhou, LI Chengming Institute of GIS, Chinese Academy of Surveying and Mapping No.16, Road Beitaiping, District Haidian, Beijing, P.R.China,

More information

An Algorithm to Evaluate Iceberg Queries for Improving The Query Performance

An Algorithm to Evaluate Iceberg Queries for Improving The Query Performance INTERNATIONAL OPEN ACCESS JOURNAL ISSN: 2249-6645 OF MODERN ENGINEERING RESEARCH (IJMER) An Algorithm to Evaluate Iceberg Queries for Improving The Query Performance M.Laxmaiah 1, A.Govardhan 2 1 Department

More information

www.ijreat.org Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 28

www.ijreat.org Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 28 Data Warehousing - Essential Element To Support Decision- Making Process In Industries Ashima Bhasin 1, Mr Manoj Kumar 2 1 Computer Science Engineering Department, 2 Associate Professor, CSE Abstract SGT

More information

BUILDING BLOCKS OF DATAWAREHOUSE. G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT

BUILDING BLOCKS OF DATAWAREHOUSE. G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT BUILDING BLOCKS OF DATAWAREHOUSE G.Lakshmi Priya & Razia Sultana.A Assistant Professor/IT 1 Data Warehouse Subject Oriented Organized around major subjects, such as customer, product, sales. Focusing on

More information