1 Database Systems ( 資料庫系統 ) Practicum in Database Systems ( 資料庫系統實驗 ) September 19, 2005 Lecture #1.

Slides:



Advertisements
Similar presentations
1 Introduction to Database Systems CSE444 Instructor: Scott Vandenberg University of Washington Winter 2000.
Advertisements

Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chapter 1 Instructor: Mirsad Hadzikadic.
Chapter 1 Instructor: Murali Mani Database Management Systems.
Database Management Systems, R. Ramakrishnan and J. Gehrke1 Introduction to Database Systems Chapter 1 Instructor: Wang-Chien Lee
Database: A collection of related data [Elmasri]. A database represents some aspect of real world called “miniworld” [Elmasri] or “enterprise” [Ramakrishnan].
Introduction to Database Systems Ch. 1, Ch. 2 Mr. John Ortiz Dept. of Computer Science University of Texas at San Antonio.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1 Instructor: Deborah Strahman
CMPT 354, Simon Fraser University, Fall 2008, Martin Ester 1 Database Systems I Introduction.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1.
1 Introduction to Database Systems Ref. Ramakrishnan & Gehrke Chapter 1.
1 CENG 302 Introduction to Database Management Systems Nihan Kesim Çiçekli URL:
Data Base Management System
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1 Instructor: Ethan Jackson
CSCD34 - Data Management Systems,- A. Vaisman1 CSC D34 - Data Management Systems Instructor: Alejandro Vaisman University of Toronto.
CSC343H – Introduction to Databases
CS462: Introduction to Database Systems. ©Silberschatz, Korth and Sudarshan1.2Database System Concepts Course Information Instructor  Kyoung-Don (KD)
CSC2012 Database Technology & CSC2513 Database Systems.
Introduction. 
Database Management Systems 1 Introduction to Database Systems Instructor: Xintao Wu Ramakrishnan & Gehrke.
The Relational Model. Review Why use a DBMS? OS provides RAM and disk.
CS6530 Graduate-level Database Systems Prof. Feifei Li.
Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chpt 1 Instructor: Xintao Wu.
1 Introduction to Operating Systems 9/16/2008 Lecture #1.
Introduction Example databases Overview of concepts Why use database systems.
Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chpt 1 Instructor: Weichao Wang.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1 Overview of Database Systems.
Database Organization and Design
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 4:15 pm – 5:30.
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: M,T,W,Th,F 2:30 pm – 3:30 pm,
INFS614, Dr. Brodsky, GMU1 Database Management Systems INFS 614 Instructor: Professor Alex Brodsky
1 Database Systems ( 資料庫系統 ) 9/16/2009 Lecture #1.
Introduction to Database Systems1. 2 Basic Definitions Mini-world Some part of the real world about which data is stored in a database. Data Known facts.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 2:30 pm – 3:30.
1 Database Systems ( 資料庫系統 ) 9/15/2010 Lecture #1.
1 CS3431 – Database Systems I Introduction Instructor: Mohamed Eltabakh
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
1 What Is a DBMS?  A very large, integrated collection of data.  Models real-world enterprise.  Entities (e.g., students, courses)  Relationships (e.g.,
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
Database Systems Lecture 1. In this Lecture Course Information Databases and Database Systems Some History The Relational Model.
1 Database Systems ( 資料庫系統 ) Practicum in Database Systems ( 資料庫系統實驗 ) 9/20 & 9/21, 2006 Lecture #1.
-ebru a.s ATTRIBUTE: Description of entities For employee entity number, name, deptno, age, adr, salary..etc are attributes. RECORD: Stores whole.
Introduction to Database Management System 電機三 趙上鋒.
1 CS462- Database Systems Sang H. Son
Database Management Systems.  Instructor: Yrd. Doç. Dr. Cengiz Örencik   Course material.
CS3431: C-Term CS3431 – Database Systems I Introduction Instructor: Mohamed Eltabakh
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Database Management Systems Chapter 1.
BBM 371 – Data Management Lecture 3: Basic Concepts of DBMS Prepared by: Ebru Akçapınar Sezer, Gönenç Ercan.
1 CENG 351 CENG 351 Introduction to Data Management and File Structures Department of Computer Engineering METU.
1 Lecture1 Introduction to Databases Systems Database 1.
Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chpt 1 Instructor: Xin Zhang.
CS522 Advanced database Systems Huiping Guo Department of Computer Science California State University, Los Angeles Course administration.
Introduction to Database Systems Chapter 1
CS4222 Principles of Database System
Introduction to Database Systems CSE 444
Introduction to Database Systems
Instructor: Elke Rundensteiner
Introduction to Database Systems
Overview of Database Systems Chpt 1
Instructor: Murali Mani
Database Management Systems Chapter 1
Database Management Systems
Introduction to Database Management Systems
Database Management Systems CSE594
Introduction to Database Systems CSE 444
Database Systems (資料庫系統)
Sang H. Son CS6750: Database Systems The slides for this text are organized into chapters. This lecture covers Chapter 1. Chapter 1: Introduction.
Introduction to Database Systems
Database Management Systems Chapter 1
Introduction to Database Systems CSE 444
Presentation transcript:

1 Database Systems ( 資料庫系統 ) Practicum in Database Systems ( 資料庫系統實驗 ) September 19, 2005 Lecture #1

2 Course Goals First course in database systems. Main Course (3 units) - Learn –Use a relational database –Build a relational database Practicum Course (2 units) – Gain –Hands-on experiences by implementing key DB components –Must take the main course –No lectures

3 Topics Fundamentals –ER (Entity-Relationship) Model –SQL (Structured Query Language) Storage and indexing –Disks & Files –Tree-structure indexing –Hash-based indexing Query evaluation –External sorting –Evaluating relational operators Transaction management: –Concurrency control –Crash recovery

4 Prerequisite Data structure and algorithms Practicum course – C++ programming –Considerable amount of C++ coding –If you don’t know C++, you need to learn it on your own. English skill –Taught in English –If I speak too fast, please tell me to slow down. –You can ask questions in English or Chinese.

5 Textbook Required textbook: “Database Management Systems, Third Edition”, by Ramakrishnan and Gehrke. The textbook is available from 新月 and (and perhaps other) bookstores.

6 General Comments on Textbook Good –Come with programming assignments that implement algorithms described in the textbook. Bad –Ambiguous writing, inconsistent wording –“More like an experience report from researchers rather than introductory textbooks for beginners” Ask me & TAs for clarifications

7 Course Format Lecture (9:10 ~ 10:40, 80 minutes), break (10:40 ~ 11:00, 20 minutes), & lecture (11:00 ~ 12:20, 80 minutes). 6 Assignments –SQL + Written assignments Practicum course: 6 programming assignments –Implement major database components [teams of 2 students] Midterm and Final Exams

8 Grading Breakdown (Tentative) Tentative means that I may change it later. Main Course: –6 Assignments (30% of Grade) –Midterm Exam (35% of Grade) –Final Exam (35% of Grade) Practicum Course: –6 Programming Assignments (100% of Grade)

9 Office Hours & Contact Info Instructor: 朱浩華 “Hao” –Mon 2:00~3:00, Room 518 or by appointment – Teaching Assistant #1: 陳奕超 (YiChao) –CSIE 336/338 – Teaching Assistant #2, 張耿豪 (Kenghao) –CSIE 336/338 – Teaching Assistant #3, 田知本 (Ben) –CSIE 336/338 –

10 Means of Communications Course homepage – BBS –ptt.cc, under “CSIE_DBMS” board –Post your questions on BBS. –Read posted messages before posting new questions. –No SPAM. –TAs respond to your questions as quickly as possible. Send to TAs or me. Come to office hours

11 Lecture Notes Available on the course homepage before each lecture –Complements, not replacement of attending lecture and reading textbook.

12 Academic Integrity Write your own solutions & code: every single word/line Plagiarism : –Receive 0 grade for the assignment + Penalty! Plagiarism (Cheating) includes: –copy any answers/code from other students –let other students copy your solution/code. –see other students’ answers/code. –copy any answers/code from the Internet & upper class

13 Any Question(s) on Administrative Things?

14 Introduce an interesting project in Ubiquitous Computing (Won’t be Tested)

15 KY:iyashikei-net (Urico Fujii, Ann Poochareon, NYU) Expressing & communicating Tears

16 Chapter 1: Overview of Database Systems

17 Outline Why do we need a DBMS (Database Management System)? What can a DBMS do for an application? Why study database systems? Data Models: Overview of a Relational Model Levels of Abstraction in a DBMS Sample Queries in DBMS Transaction Management Overview Structure of a DBMS

18 Why DBMS? Suppose that you want to build an university database. It must store the following information: –Entities: Students, Professors, Classes, Classrooms –Relationships: Who teaches what? Who teaches where? Who teaches whom?

19 What can DBMS do for applications? Store huge amount of data (e.g., TB+) over a long period of time Allow apps to query and update data –Query: what is Mary ’ s grade in the “ Operating System ” course? –Update: enroll Mary in the “ Database ” course Protect from unauthorized access. –Students cannot change their course grades. Protect from system crashes –When some system components fail (hard drive, network, etc.), database can be restored to a good state.

20 More on what can DBMS do for applications? Protect from incorrect inputs –Mary is registering for 100 courses Support concurrent access from multiple users Allow administrators to easily change data schema –At a later time, add TA info to courses. Efficient database operations –Search for students with 5 highest GPAs

21 Alternative to Using a DBMS Store data as files in operating systems. Applications have to deal with the following issues: –32-bit addressing (5GB) is insufficient to address 100GB+ data file –Write special code to support different queries –Write special code to protect data from concurrent access –Write special code to protect against system crashes –Optimize applications for efficient access and query –May often rewrite applications Easier to buy a DBMS to handle these issues

22 Database Management System (DBMS) DBMS is software to store and manage data, so applications don ’ t have to worry about them. What can a DBMS do for applications? –Data Definition Language - DDL –Data Manipulation Language - DML Query language –Storage management –Transaction Management Concurrency control Crash recovery –Provide good security, efficiency, and scalability Abstraction & Interface (Database language: SQL) Applications System (DBMS) Perform dirty work that you don’t want applications to do

23 Why Study Database Systems? They are everywhere. –Online stores, real stores –Banks, credit card companies –Passport control –Police (criminal records) –Airlines and hotels (reservations) DBMS vendors & products –Oracle, Microsoft (Access and SQL server), IBM (DB2), Sybase, …

24 Data Models A data model is a collection of concepts for describing data. –Entity-relation (ER) model –Relational model (main focus of this course) A schema is a description of data. The relational model is the most widely used data model. – A relation is basically a table with rows and columns of records. – Every relation has a schema, which describes the columns, or fields.

25 Relational Model sidname agegpa The entire table shows an instance of the Students relation. The Students schema is the column heads –Students(Sid: String, Name: String, Login: String, age: Integer, … )

26 Levels of Abstractions in DBMS Many views, one conceptual schema and one physical schema. – Conceptual schema defines logical structure Relation tables – Physical schema describes the file and indexing used Sorted file with B+ tree index – Views describe how applications (users) see the data Relation tables but not store explicitly Physical Schema Conceptual Schema View 1View 2View 3 App1App2

27 Example: University Database Conceptual schema: – Students (sid: string, name: string, login: string, age: integer, gpa:real) – Courses (cid: string, cname:string, credits:integer) – Enrolled (sid:string, cid:string, grade:string) Physical schema: – Relations stored as unordered files. – Index on first column of Students. View (External Schema): – Course_info(cid:string, enrollment:integer) – Why?

28 Data Independence Three levels of abstraction provides data independence. –Changes in one layer only affect one upper layer. –E.g., applications are not affected by changes in conceptual & physical schema. Physical Schema Conceptual Schema View 1View 2View 3 App1App2

29 Queries in DBMS Sample queries on university database: –What is the name of the student with student ID ? The key benefits of using a relational database are –Easy to specify queries using a query language: Structured Query Language (SQL) SELECT S.name FROM Students S WHERE S.sid = –Efficient query processor to get answer

30 Transaction Management A transaction is an execution of a user program in a DBMS. Transaction management deals with two things: –Concurrent execution of transactions –Incomplete transactions and system crashes

31 Concurrency Control Example: two travel agents (A, B) are trying to book one remaining airline seat (two transactions), only one transaction can succeed in booking. // num_seats is 1 Transactions A and B: if num_seats > 0, book the seat & num_seat--; // overbook! How to solve this?

32 Concurrency Control (Solution) // num_seats is 1 Transactions A and B: if num_seats > 0, book the seat & num_seat--; // overbook! Solution: use locking protocol Transaction A: get exclusive lock on num_seats Transaction B: wait until A releases lock on num_seats Transaction A: if num_seats > 0, book & num_seat--; // book the seat, num_seat is set to 0 Transaction A: release exclusive lock on num_seats Transaction B: num_seats = 0, no booking; // does not book the seat

33 Crash Recovery Example: a bank transaction transfers $100 from account A to account B A = A - $100 // good for the bank! B = B + $100 How to solve this?

34 Crash Recovery (Solution) A = A - $100 // good for the bank! B = B + $100 Solution: use logging, meaning that all write operations are recorded in a log on a stable storage. A = A - $100 // recorded A value (checkpoint) in a log // start recovery: read the log from disk //analyze, undo, & redo

35 Layered Architecture Query Optimization and Execution Relational Operators Files and Access Methods Buffer Management Disk Space Management These layers must consider concurrency control and crash recovery Applications Queries

36 Homework Read Chapters 1 Read Chapter 2 (except 2.7) for next lecture

37 Feedbacks from Students How much can you understand from lecture? –<25% –50%+ –75%+ –100% How is my talking speed? –Too fast? –Too slow? –About right?