Query Optimization. Schema for Examples. Motivating Example. Similar to old schema; rname added for variations. Reserves: Sailors:

Similar documents
Schema for Examples. Query Optimization. Alternative Plans 1 (No Indexes) Motivating Example. Alternative Plans 2 With Indexes

Query Optimization. Schema for Examples. Motivating Example. Similar to old schema; rname added for variations. Reserves: Sailors:

Relational Query Optimization

Review. Relational Query Optimization. Query Optimization Overview (cont) Query Optimization Overview. Cost-based Query Sub-System

Relational Query Optimization. Highlights of System R Optimizer

Overview of Query Evaluation. Overview of Query Evaluation

Overview of Implementing Relational Operators and Query Evaluation

CS330. Query Processing

Overview of Query Evaluation

Relational Query Optimization. Overview of Query Evaluation. SQL Refresher. Yanlei Diao UMass Amherst October 23 & 25, 2007

Principles of Data Management. Lecture #12 (Query Optimization I)

Relational Query Optimization

Relational Query Optimization. Overview of Query Evaluation. SQL Refresher. Yanlei Diao UMass Amherst March 8 and 13, 2007

An SQL query is parsed into a collection of query blocks optimize one block at a time. Nested blocks are usually treated as calls to a subroutine

QUERY OPTIMIZATION E Jayant Haritsa Computer Science and Automation Indian Institute of Science. JAN 2014 Slide 1 QUERY OPTIMIZATION

Overview of Query Evaluation

Administrivia. Relational Query Optimization (this time we really mean it) Review: Query Optimization. Overview: Query Optimization

Evaluation of Relational Operations: Other Techniques. Chapter 14 Sayyed Nezhadi

Principles of Data Management. Lecture #9 (Query Processing Overview)

R & G Chapter 13. Implementation of single Relational Operations Choices depend on indexes, memory, stats, Joins Blocked nested loops:

Administrivia. CS 133: Databases. Cost-based Query Sub-System. Goals for Today. Midterm on Thursday 10/18. Assignments

QUERY OPTIMIZATION [CH 15]

Examples of Physical Query Plan Alternatives. Selected Material from Chapters 12, 14 and 15

Database Systems. Announcement. December 13/14, 2006 Lecture #10. Assignment #4 is due next week.

Evaluation of relational operations

Database Applications (15-415)

Announcement. Reading Material. Overview of Query Evaluation. Overview of Query Evaluation. Overview of Query Evaluation 9/26/17

ECS 165B: Database System Implementa6on Lecture 7

CompSci 516 Data Intensive Computing Systems

Query Optimization. Kyuseok Shim. KDD Laboratory Seoul National University. Query Optimization

ATYPICAL RELATIONAL QUERY OPTIMIZER

System R Optimization (contd.)

Query Evaluation Overview, cont.

Query Evaluation Overview, cont.

Overview of Query Processing

Συστήματα Διαχείρισης Βάσεων Δεδομένων

Query Evaluation! References:! q [RG-3ed] Chapter 12, 13, 14, 15! q [SKS-6ed] Chapter 12, 13!

Evaluation of Relational Operations

CSE 444: Database Internals. Section 4: Query Optimizer

CS330. Some Logistics. Three Topics. Indexing, Query Processing, and Transactions. Next two homework assignments out today Extra lab session:

Evaluation of Relational Operations. Relational Operations

Overview of Query Processing. Evaluation of Relational Operations. Why Sort? Outline. Two-Way External Merge Sort. 2-Way Sort: Requires 3 Buffer Pages

Query Processing and Query Optimization. Prof Monika Shah

Overview of Query Evaluation. Chapter 12

Faloutsos 1. Carnegie Mellon Univ. Dept. of Computer Science Database Applications. Outline

CS 4604: Introduction to Database Management Systems. B. Aditya Prakash Lecture #10: Query Processing

Query Evaluation Overview. Query Optimization: Chap. 15. Evaluation Example. Cost Estimation. Query Blocks. Query Blocks

Implementing Relational Operators: Selection, Projection, Join. Database Management Systems, R. Ramakrishnan and J. Gehrke 1

Implementation of Relational Operations

CSE 444: Database Internals. Sec2on 4: Query Op2mizer

CAS CS 460/660 Introduction to Database Systems. Query Evaluation II 1.1

Implementation of Relational Operations. Introduction. CS 186, Fall 2002, Lecture 19 R&G - Chapter 12

15-415/615 Faloutsos 1

CompSci 516 Data Intensive Computing Systems. Lecture 11. Query Optimization. Instructor: Sudeepa Roy

Principles of Data Management. Lecture #13 (Query Optimization II)

Evaluation of Relational Operations: Other Techniques

CSIT5300: Advanced Database Systems

Introduction to Data Management. Lecture 14 (SQL: the Saga Continues...)

Administriva. CS 133: Databases. General Themes. Goals for Today. Fall 2018 Lec 11 10/11 Query Evaluation Prof. Beth Trushkowsky

CSIT5300: Advanced Database Systems

Evaluation of Relational Operations

Implementation of Relational Operations: Other Operations

External Sorting Implementing Relational Operators

Midterm Review CS634. Slides based on Database Management Systems 3 rd ed, Ramakrishnan and Gehrke

Evaluation of Relational Operations

Query Evaluation (i)

Overview of DB & IR. ICS 624 Spring Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa

Query Optimization. Query Optimization. Optimization considerations. Example. Interaction of algorithm choice and tree arrangement.

Query and Join Op/miza/on 11/5

Evaluation of Relational Operations: Other Techniques

Query Optimization in Relational Database Systems

Database Applications (15-415)

Advances in Data Management Query Processing and Query Optimisation A.Poulovassilis

CSE 544 Principles of Database Management Systems. Magdalena Balazinska Fall 2007 Lecture 9 - Query optimization

SQL: Queries, Constraints, Triggers

Evaluation of Relational Operations: Other Techniques

Final Review. CS634 May 11, Slides based on Database Management Systems 3 rd ed, Ramakrishnan and Gehrke

SQL: Queries, Programming, Triggers

Basic form of SQL Queries

Operator Implementation Wrap-Up Query Optimization

SQL: Queries, Programming, Triggers. Basic SQL Query. Conceptual Evaluation Strategy. Example of Conceptual Evaluation. A Note on Range Variables

Cost-based Query Sub-System. Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications. Last Class.

Database Applications (15-415)

Final Exam Review 2. Kathleen Durant CS 3200 Northeastern University Lecture 23

Evaluation of Relational Operations. SS Chung

Database Applications (15-415)

CIS 330: Applied Database Systems

CSD Univ. of Crete Fall 2018 TUTORIAL ON QUERY OPTIMIZATION

Lecture 3 More SQL. Instructor: Sudeepa Roy. CompSci 516: Database Systems

SQL. Chapter 5 FROM WHERE

Introduction to Data Management. Lecture #14 (Relational Languages IV)

Query Processing and Optimization

Introduction to Data Management. Lecture #13 (Relational Calculus, Continued) It s time for another installment of...

Implementing Joins 1

QUERY EXECUTION: How to Implement Relational Operations?

CSE 544 Principles of Database Management Systems. Alvin Cheung Fall 2015 Lecture 7 - Query optimization

Enterprise Database Systems

Lecture 2 SQL. Instructor: Sudeepa Roy. CompSci 516: Data Intensive Computing Systems

IMPORTANT: Circle the last two letters of your class account:

Spring 2017 QUERY PROCESSING [JOINS, SET OPERATIONS, AND AGGREGATES] 2/19/17 CS 564: Database Management Systems; (c) Jignesh M.

Transcription:

Query Optimization Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1 Schema for Examples (sid: integer, sname: string, rating: integer, age: real) (sid: integer, bid: integer, day: dates, rname: string) Similar to old schema; rname added for variations. : Each tuple is 40 bytes long, 100 tuples per page, 1000 pages. : Each tuple is 50 bytes long, 80 tuples per page, 500 pages. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 2 Motivating Example SELECT S.sname FROM R, S WHERE R.sid=S.sid AND R.bid=100 AND S.rating>5 Plan: sname bid=100 rating > 5 (On-the-fly) (On-the-fly) RA Tree: sname (Page Nested Loops) bid=100 rating > 5 Cost: 500+500*1000 I/Os By no means the worst plan! But can do better (how?) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 3

Alternative Plans 1 (No Indexes) sname (On-the-fly) (Sort-Merge Join) Main difference: push selects. With 5 buffers, cost of plan: write to temp T1) bid=100 rating > 5 write to temp T2) Scan (1000) + write temp T1 (10 pages, if we have 100 boats, uniform distribution). Scan (500) + write temp T2 (250 pages, if we have 10 ratings). Sort T1 (2*2*10), sort T2 (2*3*250), merge (10+250) Total: 3560 page I/Os. If we used BNL join, join cost = 10+4*250, total cost = 2770. If we `push projections, T1 has only sid, T2 only sid and sname: T1 fits in 3 pages, cost of BNL drops to under 250 pages, total < 2000. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 4 Alternative Plans 2 With Indexes With clustered index on bid of, we get 100,000/100 = 1000 tuples on 1000/100 = 10 pages. INL with pipelining (outer is not materialized). (Use hash index; do not write result to temp) bid=100 sname (On-the-fly) rating > 5 (On-the-fly) (Index Nested Loops, with pipelining ) Projecting out unnecessary fields from outer doesn t help. Join column sid is a key for. At most one matching tuple, unclustered index on sid OK. Decision not to push rating>5 before the join is based on availability of sid index on. Cost: Selection of tuples (10 I/Os); for each, must get matching tuple (1000*1.2); total 1210 I/Os. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 5 Overview of Query Optimization Plan: Tree of R.A. ops, with choice of alg for each op. Each operator typically implemented using a `pull interface: when an operator is `pulled for the next output tuples, it `pulls on its inputs and computes them. Two main issues: For a given query, what plans are considered? Algorithm to search plan space for cheapest (estimated) plan. How is the cost of a plan estimated? Ideally: Want to find best plan. Practically: Avoid worst plans! We will study the System R approach. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 6

Outline Relational algebra equivalences Statistics and size estimation Plan enumeration and cost estimation Nested queries Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 7 Relational Algebra Equivalences Allow us to choose different join orders and to `push selections and projections ahead of joins. Selections: σ c1... cn( R) σ c1(... σ cn( R) ) (Cascade) σ σ ( R) σ σ R (Commute) c1( c2 ) c2( c1( )) Projections: π ( R) π ( π ( R) ) ( )... (Cascade) a1 a1 an Joins: R >< (S >< T) (R >< S) >< T (Associative) (R >< S) (S >< R) (Commute) Show that: R >< (S >< T) (T >< R) >< S Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 8 More Equivalences A projection commutes with a selection that only uses attributes retained by the projection. Selection between attributes of the two arguments of a cross-product converts cross-product to a join. A selection on just attributes of R commutes with R >< S. (i.e., σ (R >< S) σ (R) >< S ) Similarly, if a projection follows a join R >< S, we can `push it by retaining only attributes of R (and S) that are needed for the join or are kept by the projection. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 9

Outline Relational algebra equivalences Statistics and size estimation Plan enumeration and cost estimation Nested queries Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 10 Example Plan sname (On-the-fly) (Sort-Merge Join) write to temp T1) bid=100 rating > 5 write to temp T2) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 11 Statistics and Catalogs Need information about the relations and indexes involved. Catalogs typically contain at least: # tuples (NTuples) and # pages (NPages) for each relation. # distinct key values (NKeys) and NPages for each index. Index height, low/high key values (Low/High) for each tree index. Catalogs updated periodically. Updating whenever data changes is too expensive; lots of approximation anyway, so slight inconsistency ok. More detailed information (e.g., histograms of the values in some field) are sometimes stored. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 12

Example Plan sname (On-the-fly) (Sort-Merge Join) write to temp T1) bid=100 rating > 5 write to temp T2) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 13 Size Estimation and Reduction Factors Consider a query block: SELECT attribute list FROM relation list WHERE term1 AND... AND termk What is maximum # tuples possible in result? Reduction factor (RF) associated with each term reflects the impact of the term in reducing result size. Result cardinality = Max # tuples * product of all RF s. Implicit assumption that terms are independent! Term col=value has RF 1/NKeys(I), given index I on col Term col1=col2 has RF 1/MAX(NKeys(I1), NKeys(I2)) Term col>value has RF (High(I)-value)/(High(I)-Low(I)) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 14 Reduction Factors & Histograms For better estimation, use a histogram No. of Values 2 3 3 1 8 2 1 Value 0-.99 1-1. 99 2-2.99 3-3.99 4-4.99 5-5.99 6-6.99 equiwidth No. of Values 2 3 3 3 3 2 4 Value 0-.99 1-1.99 2-2.99 3-4.05 4.06-4.67 4.68-4.99 5-6.99 equidepth Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 15

Outline Relational algebra equivalences Statistics and size estimation Plan enumeration and cost estimation Nested queries Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 16 Highlights of System R Optimizer Impact: Most widely used currently; works well for < 10 joins. Cost estimation: Approximate art at best. Statistics, maintained in system catalogs, used to estimate cost of operations and result sizes. Considers combination of CPU and I/O costs. Plan Space: Too large, must be pruned. Only the space of left-deep plans is considered. Left-deep plans allow output of each operator to be pipelined into the next operator without storing it in a temporary relation. Cartesian products avoided. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 17 Cost Estimation For each plan considered, must estimate cost: Must estimate cost of each operation in plan tree. Depends on input cardinalities. We ve already discussed how to estimate the cost of operations (sequential scan, index scan, joins, etc.) Must estimate size of result for each operation in tree! Use information about the input relations. For selections and joins, assume independence of predicates. We ll discuss the System R cost estimation approach. Very inexact, but works ok in practice. More sophisticated techniques known now. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 18

Enumeration of Alternative Plans There are two main cases: Single-relation plans Multiple-relation plans For queries over a single relation, queries consist of a combination of selects, projects, and aggregate ops: Each available access path (file scan / index) is considered, and the one with the least estimated cost is chosen. The different operations are essentially carried out together (e.g., if an index is used for a selection, projection is done for each retrieved tuple, and the resulting tuples are pipelined into the aggregate computation). Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 19 Cost Estimates for Single-Relation Plans Index I on primary key matches selection: Cost is Height(I)+1 for a B+ tree, about 1.2 for hash index. Clustered index I matching one or more selects: (NPages(I)+NPages(R)) * product of RF s of matching selects. Non-clustered index I matching one or more selects: (NPages(I)+NTuples(R)) * product of RF s of matching selects. Sequential scan of file: NPages(R). Note: Typically, no duplicate elimination on projections! (Exception: Done on answers if user says DISTINCT.) Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 20 Example If we have an index on rating: (1/NKeys(I)) * NTuples(R) = (1/10) * 40000 tuples retrieved. Clustered index: (1/NKeys(I)) * (NPages(I)+NPages(R)) = (1/10) * (50+500) pages are retrieved. (This is the cost.) Unclustered index: (1/NKeys(I)) * (NPages(I)+NTuples(R)) = (1/10) * (50+40000) pages are retrieved. If we have an index on sid: Would have to retrieve all tuples/pages. With a clustered index, the cost is 50+500, with unclustered index, 50+40000. Doing a file scan: We retrieve all file pages (500). SELECT S.sid FROM S WHERE S.rating=8 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 21

Queries Over Multiple Relations Fundamental decision in System R: only left-deep join trees are considered. As the number of joins increases, the number of alternative plans grows rapidly; we need to restrict the search space. Left-deep trees allow us to generate all fully pipelined plans. Intermediate results not written to temporary files. Not all left-deep trees are fully pipelined (e.g., SM join). D D C C A B C D A B A B Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 22 Enumeration of Left-Deep Plans Left-deep plans differ only in the order of relations, the access method for each relation, and the join method for each join. Enumerated using N passes (if N relations joined): Pass 1: Find best 1-relation plan for each relation. Pass 2: Find best way to join result of each 1-relation plan (as outer) to another relation. (All 2-relation plans.) Pass N: Find best way to join result of a (N-1)-relation plan (as outer) to the N th relation. (All N-relation plans.) For each subset of relations, retain only: Cheapest plan overall, plus Cheapest plan for each interesting order of the tuples. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 23 Pass1: Example : B+ tree on rating Hash on sid : B+ tree on bid sname : B+ tree matches rating>5, and is probably cheapest. However, if this selection is expected to retrieve a lot of tuples, and index is unclustered, file scan may be cheaper. Still, B+ tree plan kept (because tuples are in rating order). : B+ tree on bid matches bid=500; cheapest. Pass 2: We consider each plan retained from Pass 1 as the outer, and consider how to join it with the (only) other relation. bid=100 rating > 5 e.g., as outer: Hash index can be used to get tuples that satisfy sid = outer tuple s sid value. Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 24

Enumeration of Plans (Contd.) N-1 way plan not combined with a relation unless there is a join condition between them Unless all predicates in WHERE have been used up! i.e., avoid Cartesian products if possible. In spite of this pruning, plan space is still exponential in # tables ORDER BY, GROUP BY, aggregates etc. handled as a final step Use an `interestingly ordered plan Or use an additional sorting operator Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 25 Example : Hash, B+ on sid : Clustered B+ tree on bid B+ on sid Boats B+, Hash on color Sid, COUNT(*) AS numbes GROUPBY sid bid=bid Color=red Boats Select S.sid, COUNT(*) AS numbes FROM S, R, Boats B WHERE S.sid = R.sid AND R.bid = B.bid AND B.color = red GROUP BY S.sid Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 26 Pass 1 Best plan for accessing each relation regarded as the first relation in an execution plan, : File Scan Boats: B+ tree & Hash on color Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 27

Pass 2 For each of the plans in pass 1, generate plans joining another relation as the inner, using all join methods File Scan (outer) with Boats (inner) File Scan (outer) with (inner) File Scan (outer) with Boats (inner) File Scan (outer) with (inner) Boats hash on color with (inner) Boats Btree on color with (inner) Boats hash on color with (inner) Boats Btree on color with (inner) Retain cheapest plan for each pair of relations Also interesting order plans even if they are not cheapest Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 28 Pass 3 For each of the plans retained from Pass 2, taken as the outer, generate plans for the inner join eg Boats hash on color with (bid) (inner) (sortmerge)) inner (B-tree sid) sort-merge Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 29 Add cost of aggregate Cost to sort the result by sid, if not returned sorted Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 30

Outline Relational algebra equivalences Statistics and size estimation Plan enumeration and cost estimation Nested queries Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 31 Nested Queries Nested block is optimized independently, with the outer tuple considered as providing a selection condition. Outer block is optimized with the cost of `calling nested block computation taken into account. Implicit ordering of these blocks means that some good strategies are not considered. The nonnested version of the query is typically optimized better. SELECT S.sname FROM S WHERE EXISTS (SELECT * FROM R WHERE R.bid=103 AND R.sid=S.sid) Nested block to optimize: SELECT * FROM R WHERE R.bid=103 AND S.sid= outer value Equivalent non-nested query: SELECT S.sname FROM S, R WHERE S.sid=R.sid AND R.bid=103 Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 32