©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Part B Part A:  Index Definition in SQL  Ordered Indices  Index Sequential.

Slides:



Advertisements
Similar presentations
CpSc 3220 File and Database Processing Lecture 17 Indexed Files.
Advertisements

©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Part C Part A:  Index Definition in SQL  Ordered Indices  Index Sequential.
CM20145 Indexing and Hashing
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
CIS552Indexing and Hashing1 Cost estimation Basic Concepts Ordered Indices B + - Tree Index Files B - Tree Index Files Static Hashing Dynamic Hashing Comparison.
Index Basic Concepts Indexing mechanisms used to speed up access to desired data. E.g., author catalog in library Search Key - attribute to set of attributes.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and.
B+-Trees (PART 1) What is a B+ tree? Why B+ trees? Searching a B+ tree
Slides adapted from A. Silberschatz et al. Database System Concepts, 5th Ed. Indexing and Hashing Database Management Systems I Alex Coman, Winter 2006.
Indexes. Primary Indexes Dense Indexes Pointer to every record of a sequential file, (ordered by search key). Can make sense because records may be much.
Indexes. Primary Indexes Dense Indexes Pointer to every record of a sequential file, (ordered by search key). Can make sense because records may be much.
COMP 451/651 Indexes Chapter 1.
Chapter 9 of DBMS First we look at a simple (strawman) approach (ISAM). We will see why it is unsatisfactory. This will motivate the B+Tree Read 9.1 to.
1 Indexing and Hashing Indexing and Hashing Basic Concepts Dense and Sparse Indices B+Trees, B-trees Dynamic Hashing Comparison of Ordered Indexing and.
B+-tree and Hash Indexes
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Part A Part A:  Index Definition in SQL  Ordered Indices  Index Sequential.
Database Management Systems I Alex Coman, Winter 2006
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
Quick Review of material covered Apr 8 B+-Tree Overview and some definitions –balanced tree –multi-level –reorganizes itself on insertion and deletion.
Indexing and Hashing.
B+ - Tree & B - Tree By Phi Thong Ho.
Multimedia Information Systems CS Outlines Introduction to DMBS Relational database and SQL B + - tree index structure.
1 Indexing Structures for Files. 2 Basic Concepts  Indexing mechanisms used to speed up access to desired data without having to scan entire.
Primary Indexes Dense Indexes
Homework #3 Due Thursday, April 17 Problems: –Chapter 11: 11.6, –Chapter 12: 12.1, 12.2, 12.3, 12.4, 12.5, 12.7.
Ch12: Indexing and Hashing  Basic Concepts  Ordered Indices B+-Tree Index Files B+-Tree Index Files B-Tree Index Files B-Tree Index Files  Hashing Static.
1 CS 728 Advanced Database Systems Chapter 17 Database File Indexing Techniques, B- Trees, and B + -Trees.
CS4432: Database Systems II
Indexing and Hashing.
Indexing and Hashing (emphasis on B+ trees) By Huy Nguyen Cs157b TR Lee, Sin-Min.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts B + -Tree Index Files Indexing mechanisms used to speed up access to desired data.  E.g.,
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
Chapter 12: Indexing and Hashing
Chapter 11 Indexing & Hashing. 2 n Sophisticated database access methods n Basic concerns: access/insertion/deletion time, space overhead n Indexing 
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B+-Tree Index Files B-Tree.
12.1 Chapter 12: Indexing and Hashing Spring 2009 Sections , , Problems , 12.7, 12.8, 12.13, 12.15,
Basic Concepts Indexing mechanisms used to speed up access to desired data. E.g., author catalog in library Search Key - attribute to set of attributes.
IKI 10100: Data Structures & Algorithms Ruli Manurung (acknowledgments to Denny & Ade Azurat) 1 Fasilkom UI Ruli Manurung (Fasilkom UI)IKI10100: Lecture17.
Indexing and hashing Azita Keshmiri CS 157B. Basic concept An index for a file in a database system works the same way as the index in text book. For.
Computing & Information Sciences Kansas State University Wednesday, 22 Oct 2008CIS 560: Database System Concepts Lecture 22 of 42 Wednesday, 22 October.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan Chapter 12: Indexing and Hashing.
Indexes. Primary Indexes Dense Indexes Pointer to every record of a sequential file, (ordered by search key). Can make sense because records may be much.
Marwan Al-Namari Hassan Al-Mathami. Indexing What is Indexing? Indexing is a mechanisms. Why we need to use Indexing? We used indexing to speed up access.
Indexing Database Management Systems. Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B + -Tree Index Files File Organization 2.
Indexing and B+-Trees By Kenneth Cheung CS 157B TR 07:30-08:45 Professor Lee.
Computing & Information Sciences Kansas State University Monday, 31 Mar 2008CIS 560: Database System Concepts Lecture 25 of 42 Monday, 31 March 2008 William.
Indexing Structures Database System Implementation CSE 507 Some slides adapted from R. Elmasri and S. Navathe, Fundamentals of Database Systems, Sixth.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and.
Database System Concepts, 6 th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 11: Indexing.
©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Indexing and Hashing Basic Concepts Ordered Indices B + -Tree Index Files B-Tree.
1 Query Processing Part 3: B+Trees. 2 Dense and Sparse Indexes Advantage: - Simple - Index is sequential file good for scans Disadvantage: - Insertions.
Chapter 11 Indexing And Hashing (1) Yonsei University 1 st Semester, 2016 Sanghyun Park.
Database System Concepts ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 12: Indexing and Hashing.
Multiway Search Trees Data may not fit into main memory
CS 728 Advanced Database Systems Chapter 18
Azita Keshmiri CS 157B Ch 12 indexing and hashing
Tree Indices Chapter 11.
Database System Implementation CSE 507
Extra: B+ Trees CS1: Java Programming Colorado State University
Chapter 11: Indexing and Hashing
Chapter 11: Indexing and Hashing
Indexing and Hashing Basic Concepts Ordered Indices
Tree-Structured Indexes
Chapter 11 Indexing And Hashing (1)
Presentation transcript:

©Silberschatz, Korth and Sudarshan12.1Database System Concepts Chapter 12: Part B Part A:  Index Definition in SQL  Ordered Indices  Index Sequential Part B:  B+-Tree Index Files  B-Tree Index Files Part C: Hashing  Static and Dynamic Hashing  Comparison of Ordered Indexing and Hashing  Multiple-Key Access

©Silberschatz, Korth and Sudarshan12.2Database System Concepts B + -Tree Node Structure Typical node  K i are the search-key values  P i are pointers to children (for non-leaf nodes) or pointers to records or buckets of records (for leaf nodes). The search-keys in a node are ordered K 1 < K 2 < K 3 <... < K n–1 < where n will be called the order of the B+ tree What is the typical value of n?

©Silberschatz, Korth and Sudarshan12.3Database System Concepts Example of a B + -tree B + -tree for account file (n = 3)

©Silberschatz, Korth and Sudarshan12.4Database System Concepts Non-Leaf Nodes in B + -Trees Non leaf nodes form a multi-level sparse index on the leaf nodes. For a non-leaf node with m pointers:  All the search-keys in the subtree to which P 1 points are less than K 1  For 2  i  n – 1, all the search-keys in the subtree to which P i points have values greater than or equal to K i–1 and less than K m–1

©Silberschatz, Korth and Sudarshan12.5Database System Concepts Leaf Nodes in B + -Trees For i = 1, 2,..., n–1, pointer P i either points to a file record with search-key value K i, or to a bucket of pointers to file records, each record having search-key value K i. Only need bucket structure if search-key does not form a primary key. Properties of a leaf node:

©Silberschatz, Korth and Sudarshan12.6Database System Concepts Queries on B + -Trees Find all records with a search-key value of k.  Start with the root node  Examine the node for the smallest search-key value > k.  If such a value exists, assume it is K j. The follow P i to the child node  Otherwise k  K m–1, where there are m pointers in the node. Then follow P m to the child node.  If the node reached by following the pointer above is not a leaf node, repeat the above procedure on the node, and follow the corresponding pointer.  Eventually reach a leaf node. If key K i = k, follow pointer P i to the desired record or bucket. Else no record with search- key value k exists.

©Silberschatz, Korth and Sudarshan12.7Database System Concepts B + -Tree Index Files (Cont.) All paths from root to leaf are of the same length— balanced tree Each node that is not a root or a leaf has between  n/2  and n children—better than ½ full A leaf node has between  (n–1)/2  and n–1 values Special cases: if the root is not a leaf, it has at least 2 children. If the root is a leaf (that is, there are no other nodes in the tree), it can have between 0 and (n–1) values. A B + -tree is a rooted tree satisfying the following properties:

©Silberschatz, Korth and Sudarshan12.8Database System Concepts Example of B + -tree Leaf nodes must hold between  (n–1)/2  and n –1, key values and pointers to the file: I.e., between 2 and 4 values for n = 5 (one pointer to the next node!) Non-leaf nodes must have between  n/2  and n pointers to children. I.e. between 3 and 5 children for n =5 The root is special. B + -tree for account file when n = 5

©Silberschatz, Korth and Sudarshan12.9Database System Concepts Observations about B + -trees Since the inter-node connections are done by pointers, there is no assumption that in the B + -tree, the “logically” close blocks are “physically” close. The non-leaf levels of the B + -tree form a hierarchy of sparse indices. The B + -tree contains a relatively small number of levels (logarithmic in the size of the main file), thus searches can be conducted efficiently. Insertions and deletions to the main file can be handled efficiently, as the index can be restructured in logarithmic time (as we shall see).

©Silberschatz, Korth and Sudarshan12.10Database System Concepts Queries on B +- Trees (Cont.) In processing a query, a path is traversed in the tree from the root to some leaf node. If there are K search-key values in the file, the path is no longer than  log  n/2  (K) . A node is generally the same size as a disk block, typically 4 kilobytes, and n is typically around 100 (40 bytes per index entry). With 1 million search key values and n = 100, at most log 50 (1,000,000) = 4 nodes are accessed in a lookup. Contrast this with a balanced binary tree with 1 million search key values — around 20 nodes are accessed in a lookup  above difference is significant since every node access may need a disk I/O, costing around 30 millisecond!

©Silberschatz, Korth and Sudarshan12.11Database System Concepts Updates on B + -Trees: Insertion Find the leaf node in which the search-key value would appear If the search-key value is already there in the leaf node, record is added to file and if necessary pointer is inserted into bucket. If the search-key value is not there, then add the record to the main file and create bucket if necessary. Then:  If there is room in the leaf node, insert (search-key value, record/bucket pointer) pair as discussed in the next slide.

©Silberschatz, Korth and Sudarshan12.12Database System Concepts Updates on B + -Trees: Insertion (Cont.) Splitting a node:  take the n(search-key value, pointer) pairs (including the one being inserted) in sorted order. Place the first  n/2  in the original node, and the rest in a new node.  let the new node be p, and let k be the least key value in p. Insert (k,p) in the parent of the node being split. If the parent is full, split it and propagate the split further up. The splitting of nodes proceeds upwards till a node that is not full is found. In the worst case the root node may be split increasing the height of the tree by 1.

©Silberschatz, Korth and Sudarshan12.13Database System Concepts B + -Tree before and after insertion of “Clearview ”

©Silberschatz, Korth and Sudarshan12.14Database System Concepts Updates on B + -Trees: Deletion Find the record to be deleted, and remove it from the main file and from the bucket (if present) Remove (search-key value, pointer) from the leaf node if there is no bucket or if the bucket has become empty If the node has too few entries due to the removal, and the entries in the node and a sibling fit into a single node, then  Insert all the search-key values in the two nodes into a single node (the one on the left), and delete the other node.  Delete the pair (K i–1, P i ), where P i is the pointer to the deleted node, from its parent, recursively using the above procedure.

©Silberschatz, Korth and Sudarshan12.15Database System Concepts Updates on B + -Trees: Deletion Otherwise, if the node has too few entries due to the removal, and the entries in the node and a sibling fit into a single node, then  Redistribute the pointers between the node and a sibling such that both have more than the minimum number of entries.  Update the corresponding search-key value in the parent of the node. The node deletions may cascade upwards till a node which has  n/2  or more pointers is found. If the root node has only one pointer after deletion, it is deleted and the sole child becomes the root.

©Silberschatz, Korth and Sudarshan12.16Database System Concepts Result after deleting “Downtown” from account The removal of the leaf node containing “Downtown” did not result in its parent having too little pointers. So the cascaded deletions stopped with the deleted leaf node’s parent.

©Silberschatz, Korth and Sudarshan12.17Database System Concepts Deletion of “Perryridge” instead of “Downtown” The deleted “Perryridge” node’s parent become too small. But its sibling has enough room for the two to be combined.

©Silberschatz, Korth and Sudarshan12.18Database System Concepts Deletion of “Perryridge” from tree of Fig 12.2 The deleted “Perryridge” node’s parent become too small, but its sibling did not have space to accept one more pointer. So redistribution is performed. Observe that the roof node’s search-key value changes as a result.

©Silberschatz, Korth and Sudarshan12.19Database System Concepts B + -Tree Index Files Disadvantage of indexed-sequential files: performance degrades as file grows, since many overflow blocks get created. Periodic reorganization of entire file is required. Advantage of B + -tree index files: automatically reorganizes itself with small, local, changes, in the face of insertions and deletions. Reorganization of entire file is not required to maintain performance. Disadvantage of B + -trees: extra insertion and deletion overhead, space overhead. Advantages of B + -trees outweigh disadvantages, and they are used extensively. B + -tree indices are an alternative to indexed-sequential files.

©Silberschatz, Korth and Sudarshan12.20Database System Concepts B + -Tree File Organization Index file degradation problem is solved by using B + -Tree indices. Data file degradation problem is solved by using B + -Tree File Organization. The leaf nodes in a B + -tree file organization store records, instead of pointers. Since records are larger than pointers, the maximum number of records that can be stored in a leaf node is less than the number of pointers in a nonleaf node. Leaf nodes are still required to be half full. Insertion and deletion are handled in the same way as insertion and deletion of entries in a B + -tree index. Good space utilization important since records use more space than pointers. To improve space utilization, involve more sibling nodes in redistribution during splits and merges.

©Silberschatz, Korth and Sudarshan12.21Database System Concepts B-Tree Index Files nSimilar to B+-tree, but B-tree allows search-key values to appear only once; eliminates redundant storage of search keys. nSearch keys in nonleaf nodes appear nowhere else in the B- tree; an additional pointer field for each search key in a nonleaf node must be included. nGeneralized B-tree leaf node Nonleaf node – pointers B i are the bucket or file record pointers.

©Silberschatz, Korth and Sudarshan12.22Database System Concepts B-Tree Index Files (Cont.) Advantages of B-Tree indices:  May use less tree nodes than a corresponding B + -Tree.  Sometimes possible to find search-key value before reaching leaf node. Disadvantages of B-Tree indices:  Only small fraction of all search-key values are found early  Non-leaf nodes are larger, so fan-out is reduced. Thus B-Trees typically have greater depth than corresponding B + -Tree  Insertion and deletion more complicated than in B + -Trees  Implementation is harder than B + -Trees. Typically, advantages of B-Trees do not out weigh disadvantages. DBMSs support B+ trees but not B trees.