Database Systems Lecture #1.

Slides:



Advertisements
Similar presentations
1 Introduction to Database Systems CSE 444 Lecture #1 January 6, 2003 Guest Lecturer: Prof. Dan Suciu (Alon will explain when he returns)
Advertisements

Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chapter 1 Instructor: Mirsad Hadzikadic.
Database: A collection of related data [Elmasri]. A database represents some aspect of real world called “miniworld” [Elmasri] or “enterprise” [Ramakrishnan].
IiWAS2002, Bandung, Indonesia Teaching and Learning Databases Dr. Stéphane Bressan National University of Singapore.
Introduction Susan B. Davidson University of Pennsylvania CIS330 – Database & Information Systems Some slide content courtesy of Tova Milo.
Introduction to Database Systems Ch. 1, Ch. 2 Mr. John Ortiz Dept. of Computer Science University of Texas at San Antonio.
1 Introduction to Information Systems SSC, Semester 6 Lecture 01.
1 Introduction to Information Systems SSC, Semester 6 Lecture 01.
1 ICS 223: Transaction Processing and Distributed Data Management Winter 2008 Professor Sharad Mehrotra Information and Computer Science University of.
Databases and Database Management System. 2 Goals comprehensive introduction to –the design of databases –database transaction processing –the use of.
Introduction to Database Systems
1 Introduction to Database Systems CSE 444 Lecture #1 January 5, 2004 Alon Halevy.
1 Database Systems Lecture #1. 2 Staff Lecturer: Yael Amsterdamer – –Schreiber, Databases lab, M-20, –Office.
1 Introduction to Database Systems CSE 444 Lecture #1 March 31, 2008.
1 Introduction to Database Systems CSE 444 Lecture #1 January 3, 2005.
1 Introduction to Database Systems CSE 444 Lecture #1 January 4, 2006.
1 Introduction to Database Systems CSE 444 Lecture #1 September 27, 2006.
1 Database Systems Lecture #1. 2 Staff Instructor: Tova Milo – –Schreiber, Room 314, –Office hours: See.
CSE544 Introduction Monday, March 27, Staff Instructor: Dan Suciu –CSE 662, –Office hours: Wednesdays, 12pm-1pm TA: Bhushan.
1 Introduction to Database Systems CSE 444 Lecture #1 September 28, 2005.
1 CS222: Principles of Database Management Fall 2010 Professor Chen Li Department of Computer Science University of California, Irvine Notes 01.
CSC2012 Database Technology & CSC2513 Database Systems.
Introduction. 
Course Introduction Introduction to Databases Instructor: Joe Bockhorst University of Wisconsin - Milwaukee.
Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chpt 1 Instructor: Xintao Wu.
Database Management Systems 1 Ramakrishnan & Gehrke Introduction to Database Systems Chpt 1 Instructor: Weichao Wang.
Introduction to Database Systems Fundamental Concepts Irvanizam Zamanhuri, M.Sc Computer Science Study Program Syiah Kuala University Website:
10/16/2015 1Yan Huang - Introduction Chapter 1: Introduction What is a DBMS? What is a DBMS? A little history of DB A little history of DB Major Components.
CSE544 Introduction Monday, March 29, Staff Instructor: Dan Suciu –CSE 662, –Office hours: Tuesday, 1-2pm. TA: Nilesh Dalvi.
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
Introduction to Database Management Systems. Information Instructor: Csilla Farkas Office: Swearingen 3A43 Office Hours: Monday, Wednesday 2:30 pm – 3:30.
1 Introduction to Database Systems CSE 444 Lecture #1 September 26, 2007.
Database Management System without and with using Oracle 1.
Introduction to Database Systems CSE 444 Lecture #1 September,
Introduction to Information Systems
Database Systems Lecture #1.
Advanced Databases COMP3211
Fundamental of Database Systems
CPSC-310 Database Systems
CS 540 Database Management Systems
CS4222 Principles of Database System
Course Overview - Database Systems
Introduction to Database Systems CSE 444
Chapter 1: Introduction
Unit 1: INTRODUCTION Database system, Characteristics Database Users
Database Systems Lecture #1.
Database Management System
THE WORLDS OF DATABASE SYSTEMS
Introduction to Database Systems
Introduction to Database Systems
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Course Overview - Database Systems
CSE544 Lecture 1: Introduction
Introduction to Database Systems CSE 444
Introduction to Database Management Systems
Introduction to Database Systems CSE 444
Introduction to Database Systems CSE 444
Instructor 彭智勇 武汉大学软件工程国家重点实验室 电话:
Introduction to Database Systems CSE 444
Chapter 1: Introduction
CSE 444 Database Management Systems Spring 1999 University of Washington Introduction and Welcome © 1999 UW CSE 4/4/2019.
Database Management Systems
Introduction to Database Systems CSE 444
Introduction to Database Systems CSE 444
Lecture 1: Overview of CSCI 485 Notes: I presented parts of this lecture as a keynote at Educator’s Symposium of OOPSLA Shahram Ghandeharizadeh Director.
Lecture 1: Overview of CSCI 485 Notes: I presented parts of this lecture as a keynote at Educator’s Symposium of OOPSLA Shahram Ghandeharizadeh Associate.
CSE 444 Database Management Systems Autumn 1997 University of Washington Introduction and Welcome © 1997 UW CSE 12/12/2019.
Presentation transcript:

Database Systems Lecture #1

Staff Instructor: Tova Milo TA: Amit Somech http://www.cs.tau.ac.il/~milo Schreiber, Room 314, milo@cs Office hours: See web site TA: Amit Somech http://www.cs.tau.ac.il/~amitsome Schreiber, Databases lab, M-20, amitsome@mail .tau.ac.il .tau.ac.il

Communications Web page: courses.cs.tau.ac.il/databases/databases201516 Mailing list: 0368-3458-01@listserv.tau.ac.il

Textbook(s) Main textbook (In the library) Database Systems: The Complete Book, Hector Garcia-Molina, Jeffrey Ullman, Jennifer Widom Almost identical A First Course in Database Systems, Jeff Ullman and Jennifer Widom Database Implementation, Hector Garcia-Molina, Jeff Ullman and Jennifer Widom

Other Texts Database Management Systems, Ramakrishnan very comprehensive Fundamentals of Database Systems, Elmasri, Navathe very widely used Foundations of Databases, Abiteboul, Hull, Vianu Mostly theory of databases Data on the Web, Abiteboul, Buneman, Suciu XML and other new/advanced stuff

Other Readings Reading from the Web: SQL for Web Nerds, by Philip Greenspun, http://philip.greenspun.com/sql/ Others, especially for MapReduce, PigLatin

Outline for Today’s Lecture Overview of database systems Recommended readings from SQL for Web Nerds, by Philip Greenspun, Introduction http://philip.greenspun.com/sql/ Course Outline Structure of the course

What Is a Relational Database Management System ? Database Management System = DBMS Relational DBMS = RDBMS A collection of files that store the data A big C program written by someone else that accesses and updates those files for you

Where are RDBMS used ? Backend for traditional “database” applications Backend for large Websites Backend for Web services

Example of a Traditional Database Application Suppose we are building a system to store the information about: students courses professors who takes what, who teaches what

Can we do it without a DBMS ? Sure we can! Start by storing the data in files: students.txt courses.txt professors.txt Now write C or Java programs to implement specific tasks

Doing it without a DBMS... Enroll “Mary Johnson” in “CSE444”: Write a C program to do the following: Read ‘students.txt’ Read ‘courses.txt’ Find&update the record “Mary Johnson” Find&update the record “CSE444” Write “students.txt” Write “courses.txt”

Problems without an DBMS... System crashes: What is the problem ? Large data sets (say 50GB) Simultaneous access by many users Need locks: we know them from OS, but now data on disk; and is there any fun to re-implement them ? Read ‘students.txt’ Read ‘courses.txt’ Find&update the record “Mary Johnson” Find&update the record “CSE444” Write “students.txt” Write “courses.txt” CRASH !

Database server (someone else’s C program) Enters a DMBS “Two tier database system” connection (ODBC, JDBC) Database server (someone else’s C program) Applications Data files

Functionality of a DBMS The programmer sees SQL, which has two components: Data Definition Language - DDL Data Manipulation Language - DML query language Behind the scenes the DBMS has: Query engine Query optimizer Storage management Transaction Management (concurrency, recovery)

Functionality of a DBMS Two things to remember: Client-server architecture Slow, cumbersome connection But good for the data It is just someone else’s C program In the beginning we may be impressed by its speed But later we discover that it can be frustratingly slow We can do any particular task faster outside the DBMS But the DBMS is general and convenient

How the Programmer Sees the DBMS Start with DDL to create tables: Continue with DML to populate tables: CREATE TABLE Students ( Name CHAR(30) SSN CHAR(9) PRIMARY KEY NOT NULL, Category CHAR(20) ) . . . INSERT INTO Students VALUES(‘Charles’, ‘123456789’, ‘undergraduate’) . . . .

How the Programmer Sees the DBMS Tables: Still implemented as files, but behind the scenes can be quite complex Students: Takes: Courses: “data independence” = separate logical view from physical implementation

Transactions Enroll “Mary Johnson” in “Databases”: BEGIN TRANSACTION; INSERT INTO Takes SELECT Students.SSN, Courses.CID FROM Students, Courses WHERE Students.name = ‘Mary Johnson’ and Courses.name = ‘Databases’ -- More updates here.... IF everything-went-OK THEN COMMIT; ELSE ROLLBACK If system crashes, the transaction is still either committed or aborted

Transactions A transaction = sequence of statements that either all succeed, or all fail Transactions have the ACID properties: A = atomicity C = consistency I = isolation D = durability

Queries Find all courses that “Mary” takes What happens behind the scene ? Query processor figures out how to answer the query efficiently. SELECT C.name FROM Students S, Takes T, Courses C WHERE S.name=“Mary” and S.ssn = T.ssn and T.cid = C.cid

Queries, behind the scene Declarative SQL query Imperative query execution plan: ∏ c.name SELECT C.name FROM Students S, Takes T, Courses C WHERE S.name=“Mary” and S.ssn = T.ssn and T.cid = C.cid ⋈ cid=cid ⋈ ssn=ssn σname=“Mary” Students Takes Courses The optimizer chooses the best execution plan for a query

Database Systems The big commercial database vendors: Oracle IBM (with DB2) Microsoft (SQL Server) Sybase (Advantage) Some free database systems : PostgreSQL MySQL SQLite Here we use MySQL

New(er) Trends in Databases Object-relational databases Main memory database systems XML Relational databases with XML support Middleware between XML and relational databases Native XML database systems Data integration Peer to peer, stream data management Cloud, MapReduce, BigData

Course Outline (may vary slightly) Part I SQL (Chapter 7) The relational data model (Chapter 3) Database design (Chapters 2, 3, 7) Part II Data storage, indexes (Chapters 11-13) Query execution and optimization (Chapter 15,16) Data integration Part III (time permiting) New stuff (Cloud and Crowd, MapReduce, PigLatin,…)

Structure Prerequisites: Data structures Logics (recommended) Work & Grading: Homework: 15%. 2 exercises, some programming. Project: 35%. to be explained Final Exam: 50%.

So what is this course about, really? SQL: An old language, but still widely used Theory! Storage and optimizations Implementation: hacking and thinking! You need to learn a lot as-you-go