Sumários

Lab 2: Indexing

16 março 2018, 08:00 Diogo Ribeiro Ferreira

Tutorial about table indexes in SQL Server. Exercises about B+trees and dynamic hashing indexes.


Lab 2: Indexing

13 março 2018, 12:30 Diogo Ribeiro Ferreira

Tutorial about table indexes in SQL Server. Exercises about B+trees and dynamic hashing indexes.


Indexing (cont.) + Query Processing

13 março 2018, 11:00 Bruno Emanuel Da Graça Martins

  • Indexing
    • Extendible Hashing (cont.)
    • Comparison of Ordered Indexing and Hashing
    • Index Definition in SQL
    • Bitmap indices
  • Query Processing
    • Overview
    • Measures of Query Cost
    • Selection Operation


Indexing (cont.) + Query Processing

13 março 2018, 11:00 Bruno Emanuel Da Graça Martins

  • Indexing
    • Extendible Hashing (cont.)
    • Comparison of Ordered Indexing and Hashing
    • Index Definition in SQL
    • Bitmap indices
  • Query Processing
    • Overview
    • Measures of Query Cost
    • Selection Operation


Lab 2: Indexing

13 março 2018, 09:30 Diogo Ribeiro Ferreira

Tutorial about table indexes in SQL Server. Exercises about B+trees and dynamic hashing indexes.