Strumenti Utente

Strumenti Sito


mds:dsd:start

Questa è una vecchia versione del documento!


Decision Support Systems - Module I (6 ECTS): Decision Support Databases A.Y. 2024/25

This is the first module of Decision Support Systems (801AA, 12 ECTS), previously called Decision Support Databases (662AA, 6 ECTS).

The module presents the main approaches to the design and implementation of decision support databases, and the characteristics of business intelligence tools and computer based information systems used to produce summary information to facilitate appropriate decision-making processes and make them more quick and objectives. Specific attention will be paid to themes such as conceptual and logical Data Warehouses design, data analysis using analytic SQL, algorithms for selecting materialized views, data warehouse systems technology (indexes, star query optimization, physical design, query rewrite methods to use materialized views). A part of the course will be dedicated to a collection of case studies.

Instructor

Hours and rooms

The following is the timetable of the whole Decision Support Systems course. The two modules span differently over the semester. The first module will take most of the lessons in September-October. The second module will take most of the lessons in November-December.

Day of Week Hour Room
Tuesday 9:00 - 11:00 Fib C
Wednesday 16:00 - 18:00 Fib H-Lab
Thursday 11:00 - 13:00 Fib A1
Friday 11:00 - 13:00 Fib L1

A Teams channel is used to post news, Q&A, and other stuff related to the course. The lectures will be only in presence and will NOT be live-streamed, but recordings of the lecture or of the previous years will be made available here for non-attending students.

Mandatory teaching material

Software

Preliminary program and calendar

Exams

There are no mid-terms. The exam of Decision Support Systems (801AA, 12 ECTS) consists of a written part and an oral part on the topics of the first module (50% of the final grade), and a lab project with discussion on the topics of the second module (50% of the final grade). The written part consists of open questions, small exercises, and a Data Warehouse design problem. Each question is assigned a grade, summing up to 30 points. Students are admitted to the oral part if they receive a grade of at least 18 points. Oral consists of critical discussion of the written part and of open questions and problem solving on the topics of the course. See Module II: Laboratory of Data Science for the lab project. The project of Module II can be discussed only after passing Module I and not later than one year since then.

Registration to the written exam is mandatory (pay attention at the deadlines!): register here

Please indicate in the notes “Only Lab” for doing only the discussion of the lab project; “Only DSD” for doing only the written+oral part of the DSD module; or “DSD+Lab” for doing both. The date reported below is for the DSD written exam. The actual date of the discussion of the lab project will be communicated to you by email.

Date Hour Room Notes

Class calendar

Lessons will be NOT be live-streamed, but recordings of past years are available here for non-attending students.

To watch the recordings online, you must be connected to the unipi.it VPN. Alternatively, right click on the link and download the whole file, then watch it locally on your device using e.g. VLC media player.

Slides and other material might be updated after the classes to align with actual content of lessons and to correct typos. Be sure to download the updated versions.

# Date Room Topic Mandatory teaching material
01 17/09 9-11 Fib-C Course overview. Need for Strategic Information. Information Systems in Organizations: Operational and Decision support. Data driven Decision support systems and Business Intelligence applications. rec01 (.mp4) [DW: 1.1-1.2] slides01 (.pdf)
02 19/09 11-13 Fib-A1 The data warehouse (DW) and DW architectures. What to model in a DW: Facts, measures, dimensions and dimensional hierarchies. Examples of data analysis. Exercises on data analysis in SQL. rec02 (.flv) [DW: 1.3-1.7] slides02 (.pdf)
03 20/09 11-13 Fib-L1 Recalls: the Object Data Model. Exercises at home (Assignments I and II) for the lesson 05. rec03 (.mp4) [DB: 1.1, 2.1-2.5] slides03 (.pdf)
04 24/09 9-11 Fib-C DW modeling. Representation of Fact, measures, dimensions, attributes and dimensional hierarchies. Key steps in conceptual design from business questions. How to identify facts, measures, dimensions, dimensional attributes and hierarchies. Examples. Exercises at home (University exams) for the lesson 05. rec04 (.flv) [DW: 2.1] slides04 (.pdf)
05 26/09 11-13 Fib-A1 The example of a data model for Master program exams. Presentation and discussion of the Hospital case study. Exercises at home (Assignment III) for the lesson 07. rec05 (.mp4) [DW: 2.1, A.1] slides05 (.pdf)
06 27/09 11-13 Fib-L1 Recalls: the relational model and relational algebra. Exercises. Exercises at home (Assignment IV) for the lesson 08. rec06 (.mp4) [DB: 3.1-3.2] slides06 (.pdf)
07 01/10 9-11 Fib-C More about data mart conceptual design, changing dimensions and advanced data model features. From Conceptual design to relational logical design. Star model, snowflake, and constellation. Logical schema of the Hospital case study. Exercises at home (Travel agency) for the lesson 09. rec07 (.mp4) [DW: 2.1, 2.2, A.1, B.1] slides07 (.pdf)
08 03/10 11-13 Fib-A1 Recalls: the relational model and relational algebra. Logical trees. Exercises with JRS. Exercises at home (Airline companies) for the lesson 09. rec08 (.mp4) [DB: 3.2-3.4] slides08 (.pdf)
09 04/10 11-13 Fib-L1 Discussion of students' solutions of conceptual and logical design case studies. rec09 (.mp4) [DW: A.2, B.2] slides09 (.pdf)
10 8/10 11-13 Fib-A1 Data Warehouse design approaches. Data mart logical design. rec08 (.mp4) [DW: 3.1-3.5] slides10 (.pdf)
11 15/10 11-13 Fib-A1 Slowly changing dimensions, fast changing dimensions, shared dimensions. Recursive hierarchies. Multivalued dimensions. Exercises at home (Travel agency extended) for the lesson 12. rec09 (.mp4) [DW: 3.1-3.5] slides11 (.pdf)
12 16/10 16-18 Fib-H A DW to support Analytical CRM Analysis. Wrap up on DW design. Exercises at home for the lesson 14. rec12 (.mp4) [DW: 4.1-4.8] slides12 (.pdf)
13 17/10 11-13 Fib-A1 Multidimensional Cube model: OLAP Operations. The extended cube and the lattice of cuboids. Pivot tables in Excel. rec13a (.mp4) and rec13b (.mp4) Additional learning material: G. Harvey. Excel 2013 All-in-One For Dummies, 2013. Chp. VII-2 and example data for pivot table. [DW: 2.3, 2.4] slides13 (.pdf)
14 18/10 11-13 Fib-L1 Recalls on: DBMS, from SQL to extended relational algebra. Exercises. Exercises at home for the lesson 15. rec14 (.mp4) [DB: 4.1-4.2,5.1-5.11] slides14 (.pdf)
15 24/10 11-13 Fib-A1 OLAP systems. Data Analysis Using SQL. Simple reports. Examples. Moderately Difficult Reports. Solutions in SQL. Foodmart datawarehouse schema. rec15 (.mp4) [DW: 5.1-5.3] slides15 (.pdf)
16 25/10 11-13 Fib-L1 Examples of variance reports. Very Difficult Reports without Analytic SQL. Example of reports with ranks. Analytic Functions with the use of partitions and running totals. Examples. Exercises at home for the lesson 17. rec16 (.mp4) [DW: 5.4-5.5] slides16 (.pdf)
17 31/10 11-13 Fib-A1 Analytic Functions with the use of moving windows. Examples. Exercises on Analytic SQL. Exercises during the lesson and at home and solutions. rec17 (.mp4) [DW: 5.5-5.6] slides17 (.pdf)
18 05/11 9-11 Fib-C Recalls of relational DBMS internals: Storage, Indexing and Query Evaluation. Physical operators and physical plans for projection, selection, joins and grouping. Examples. rec18 (.mp4) [DB: 6.1-6.6, 6.8, 7.1-7.2] slides18 (.pdf)
19 07/11 11-13 Fib-A1 Data Warehouse Systems: Special-Purpose Indexes and Star Query Plan. Bitmap indexes. Join indexes. Star queries optimization and query plans. Examples. Table partitioning. rec19 (.mp4) [DW: 6.1-6.4] slides19 (.pdf)
20 08/11 11-13 Fib-L1 The problem of materialized views selection. The lattice of views and the greedy algorithm HRU for the selection of materialized views. Examples. Other algorithms for the choice of the views to materialize with a workload and dimensional hierarchies. Exercises at home for the lesson 21. rec20 (.mp4) [DW: 7.1-7.7] slides20 (.pdf)
21 15/11 11-13 Fib-L1 Recalls of functional dependency properties and how they are used to reason about the properties of the result of a query. Properties of the group-by operator. rec21 (.mp4) [DW: 8.1-8.2, DB: 3.5.1-3.5.4] slides21 (.pdf)
22 22/11 11-13 Fib-L1 The problem of evaluating the group-by before the join operator. First case: Invariant grouping. Examples. Other cases: double grouping, grouping and counting. Examples with star queries. rec22 (.mp4) [DW: 8.3-8.6] slides22 (.pdf)
23 29/11 11-13 Fib-L1 The problem of query rewrite to use a materialized view. Hypothesis and two approaches: With a compensation on the logical view plan, and with a transformation of logical query plan. Examples. rec23 (.mp4) [DW: 9.1-9.4] slides23 (.pdf)
24 6/12 11-13 Fib-L1 Data Warehousing trends: column-oriented DW, main-memory DW, Big Data framework. rec24 (.mp4) [DW: 6.5-6.8] slides24 (.pdf)

Previous years

mds/dsd/start.1726466996.txt.gz · Ultima modifica: 16/09/2024 alle 06:09 (11 giorni fa) da Salvatore Ruggieri

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki