This is an old revision of the document!
LE05: 13/03/2020
Master in Informatics and Computing Engineering
Database and Web Applications Laboratory
Instance: 2019/2020
—
Lecture #5 :: 13/03/2020
Goals
By the end of this class, the student should be able to:
Describe the workload of the information system and the performance goals.
Develop the Database Physical Scheme.
Describe possible adjustments to the database to improve performance.
Describe PostgreSQL indexing.
Describe the possible adjustments to the logical schema of the database to improve performance.
Content
Introduction
Query optimisation
EXPLAIN query plans
Physical Database Schema
The workload
Queries
Updates
Performance
Physical Schema
Select indexes
Indexes
Clustering
Examples
Index-only plans
PostgreSQL
Indexes.
Full text search
Database tuning
Bibliography
R. Ramakrishnan, J. Gehrke. Database Management Systems. McGRAW-Hill International Editions, 3rd Edition, 2003, ISBN=0-07-246563-8 (chapters 8, 12, 16, 20)
-
Materials
-
-
-
PostgreSQL.
Indexes, last accessed on March 2020
-
Summary
Database Physical Schema. Indexes. PostgreSQL. Tuning the Conceptual Schema: denormalisation, vertical decomposition, tuning queries and views. Database tuning. By André Restivo.
1)
— LBAW, 2019/20
« Previous | Index | Next »