Data Management and Database Technologies Theme 23-FEB-2005.

Slides:



Advertisements
Similar presentations
Module 13: Performance Tuning. Overview Performance tuning methodologies Instance level Database level Application level Overview of tools and techniques.
Advertisements

COMP 5138 Relational Database Management Systems Sem2, 2007 Lecture 0 Course Overview.
1 1 File Systems and Databases. 1 1 Introducing the Database 4Major Database Concepts u Data and information l Data - Raw facts l Information - Processed.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved. 8-1 BUSINESS DRIVEN TECHNOLOGY Chapter Eight: Viewing and Protecting Organizational.
Chapter 9 DATA WAREHOUSING Transparencies © Pearson Education Limited 1995, 2005.
MS DB Proposal Scott Canaan B. Thomas Golisano College of Computing & Information Sciences.
DATA WAREHOUSING.
Building Knowledge-Driven DSS and Mining Data
Database Management System Lecture 2 Introduction to Database management.
Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science.
Prof. dr Slobodanka Đorđević-Kajan Dr Dragan Stojanović
David M. Kroenke’s Chapter One: Introduction Part Two Database Processing: Fundamentals, Design, and Implementation.
Intro-Part 1 Introduction to Database Management: Ch 1 & 2.
CS461: Principles and Internals of Database Systems Instructor: Ying Cai Department of Computer Science Iowa State University Office:
1 12. Course Summary Course Summary Distributed Database Systems.
Christoph F. Eick Introduction Data Management Today 1. Introduction to Databases 2. Questionnaire 3. Course Information 4. Grading and Other Things.
Machine Learning Lecture 1. Course Information Text book “Introduction to Machine Learning” by Ethem Alpaydin, MIT Press. Reference book “Data Mining.
1 The module aims to: n Extend the concepts and practical implementation of the relational model. n Introduce the concepts of Object Oriented and Object-
Information System Development Courses Figure: ISD Course Structure.
Methodology - Conceptual Database Design. 2 Design Methodology u Structured approach that uses procedures, techniques, tools, and documentation aids to.
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Data Warehousing Lecture-1 1. Introduction and Background 2.
Introduction to GeoDatabase Lecture
CS206 System Analysis and Design Note 1 By ChangYu 1 Course Information Lecturer NameCHANG YU Web sitewww.chuhai.edu.hk/changyu/
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
13 1 Chapter 13 The Data Warehouse Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
SmartReport Backend Reporting Tool © 2003 ITC Software
By N.Gopinath AP/CSE. There are 5 categories of Decision support tools, They are; 1. Reporting 2. Managed Query 3. Executive Information Systems 4. OLAP.
1 Ch. 1: Sharing Knowledge and Success  Oracle is an Object-Relational Database (ORDBMS).  RDBMS allows you to put the data in, keep the data, get it.
Introduction to Database Technology course DT228/3 Semester 1.
CERN IT Department CH-1211 Geneva 23 Switzerland t Oracle Tutorials CERN June 8 th, 2012 Performance Tuning.
Compiler Construction (CS-636)
Digital Libraries1 David Rashty. Digital Libraries2 “A library is an arsenal of liberty” Anonymous.
Mining real world data RDBMS and SQL. Index RDBMS introduction SQL (Structured Query language)
Week 1 Lecture 1 Oracle Architecture Overview. Learning Objectives Learn about Oracle9i architecture and key Oracle9i software components Discover differences.
Fall CSE330/CIS550: Introduction to Database Management Systems Prof. Susan Davidson Office: 278 Moore Office hours: TTh
1 Copyright © 2008, Oracle. All rights reserved. I Course Introduction.
1 Copyright © 2009, Oracle. All rights reserved. I Course Introduction.
Database Systems Department of Information Technology.
Database Development Indra Budi
Waqas Haider Bangyal. 2 Source Materials “ Data Mining: Concepts and Techniques” by Jiawei Han & Micheline Kamber, Second Edition, Morgan Kaufmann, 2006.
Welcome to CPSC 534B: Information Integration Laks V.S. Lakshmanan Rm. 315.
Hoi Le. Why database? Spreadsheet is not good to: Store very large information Efficiently update data Use in multi-user mode Hoi Le2.
Foundations of information systems : BIS 1202 Lecture 4: Database Systems and Business Intelligence.
Advanced Database Course Syllabus 1 Advanced Database System Lecturer : H.Ben Othmen.
3 Copyright © 2006, Oracle. All rights reserved. Designing and Developing for Performance.
Leading algorithmic trading platform in Poland Michal Rozanski CEO at Empirica S.A.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Diskusi-08 Jelaskan dan berikan contoh penggunaan theta join, equijoin, natural join, outer join, dan semijoin The slides for this text are organized into.
Diskusi-5 Sebutkan perangkat (tools) yang berpotensi mendukung kebutuhan tugas-tugas manajerial (management work) Jelaskan enam karakteristik informasi.
Cisco Data Virtualization
CS422 Principles of Database Systems Course Overview
Latihan Answer the following questions using the relational schema from the Exercises at the end of Chapter 3: Create the Hotel table using the integrity.
Fundamentals & Ethics of Information Systems IS 201
Fundamentals of Information Systems
Department of Information Technology
IBM COGNOS online Training at GoLogica Technologies
CIS 515 STUDY Lessons in Excellence-- cis515study.com.
Oracle Optimization Experts  Oracle Optimization Experts- With the increasing importance of data, comes a greater responsibility to store, secure and.
Implementing AI solutions using the cognitive services in Azure
Topics Covered in COSC 6340 Data models (ER, Relational, XML (short))
Chapter 5 Data Resource Management.
ISYS366, Database Administration II
Team Project, Part II NOMO Auto, Part II IST 210 Section 4
Topics Covered in COSC 6340 Data models (ER, Relational, XML)
Database Management Systems CSE594
Databases and Information Systems
Data mining Data mining is the process of analyzing data from different perspectives and summarizing it into useful information.
Introduction to Database Systems
Presentation transcript:

Data Management and Database Technologies Theme 23-FEB-2005

Zornitsa Zaharieva – CERN /AB-CO-DM/ 2/9 Data Management and Database Technologies Database systems form the primary means for storing data and representing information Everybody has data Applications are disposable – data stays forever There will be always the need to manage your data in an efficient and standardized way Understanding of the capabilities of database systems is crucial for the professional development of any software system Why this theme is part of the iCSC?

Zornitsa Zaharieva – CERN /AB-CO-DM/ 3/9 Data Management and Database Technologies Objectives of the Theme To chart the lifecycle of database development and usage To give a brief overview of the capabilities of database management systems To present how to exploit these capabilities to their maximum To point out some common pitfalls and best practices To present the theoretical background behind the discussed subjects and to give practical examples To make you realize what are the benefits if you take full advantage of the power offered by the RDBMS

Zornitsa Zaharieva – CERN /AB-CO-DM/ 4/9 Data Management and Database Technologies The Team Miguel Anjo Michal Kwiatek Petr Olmer Zornitsa Zaharieva

Zornitsa Zaharieva – CERN /AB-CO-DM/ 5/9 Data Management and Database Technologies A Short Guide to ‘Data Management and Database Technologies’ 1.Fundamentals of Database Design - Zornitsa Zaharieva 2.SQL – basics and recent advances - Miguel Anjo 3.Advanced Database Features - Miguel Anjo, Zornitsa Zaharieva 4.Performance Optimization and Tuning - Michal Kwiatek 5.Data Mining – Extracting Knowledge from Data – Petr Olmer

Zornitsa Zaharieva – CERN /AB-CO-DM/ 6/9 Data Management and Database Technologies A Short Guide to ‘Data Management and Database Technologies’ 1.Fundamentals of Database Design - Zornitsa Zaharieva : give a practical overview of the process of designing a database : how to end up with a database model starting from the raw data : conceptual design of a database : logical design (relational model) : look at some recommendations when designing a database schema : all the topics discussed in the lecture are not specific to a particular vendor implementation of a RDBMS 2.SQL – basics and recent advances - Miguel Anjo : overview of the language used to interact with a relational database : investigating different possibilities of database queries : advanced SELECT forms : mainly based on SQL92 standard and a small part on Oracle features

Zornitsa Zaharieva – CERN /AB-CO-DM/ 7/9 Data Management and Database Technologies A Short Guide to ‘Data Management and Database Technologies’ 3.Advanced Database Features - Miguel Anjo, Zornitsa Zaharieva : what a RDBMS offers to improve the performance of very big databases : features for protecting the data when working in a multi-user environment : how to put more logic into the database layer and what are the advantages of doing that : the lecture is heavily based on the Oracle implementation of all these features 4.Database Performance Optimization and Tuning - Michal Kwiatek : from the point of view of a database application developer : organized around best practices and recommendations : a detailed presentation of tuning tools and techniques (analyzing sql execution plans) : both beginners and people who are well advanced in database applications may benefit from this lecture

Zornitsa Zaharieva – CERN /AB-CO-DM/ 8/9 Data Management and Database Technologies A Short Guide to ‘Data Management and Database Technologies’ 5.Data Mining – Extracting Knowledge from Data - Petr Olmer : how to discover the hidden knowledge stored in databases : an introduction to data mining and text mining : techniques for discovering structural patterns in data : basic mining algorithms

Your Hitchhiker's Guide to Data Management and Database Technologies Thank you for your attention! Our ‘Data Management and Database Technologies’ Theme DON’T PANIC