Relational database systems have significantly evolved since their inception over 30 years ago. New applications are now more complex than ever and tuning a production system for performance has become a critical yet time-consuming activity. This book shows how to use automated systems for time-efficient database tuning. The author presents a detailed overview of the fundamental research that makes it possible to automatically recommend changes to the physical design of database systems. The bookprovides a comprehensive overview of the automated tuning tools that can be used to systematically explore the space of alternatives and to guide database administrators.
Cited By
- Subotić P, Jordan H, Chang L, Fekete A and Scholz B (2018). Automatic index selection for large-scale datalog computation, Proceedings of the VLDB Endowment, 12:2, (141-153), Online publication date: 1-Oct-2018.
- de Oliveira R, Lifschitz S, Almeida A and Haeusler E Design of the Outer-tuning framework Proceedings of the annual conference on Brazilian Symposium on Information Systems: Information Systems: A Computer Socio-Technical Perspective - Volume 1, (171-178)
- Zimniak M, Getta J and Benn W Deriving Composite Periodic Patterns from Database Audit Trails Proceedings, Part I, of the 6th Asian Conference on Intelligent Information and Database Systems - Volume 8397, (310-321)
- Garnaud E, Maabout S and Mosbah M Using functional dependencies for reducing the size of a data cube Proceedings of the 7th international conference on Foundations of Information and Knowledge Systems, (144-163)
Index Terms
- Automated Physical Database Design and Tuning
Recommendations
Options in physical database design
A cornerstone of modern database systems is physical data independence, i.e., the separation of a type and its associated operations from its physical representation in memory and on storage media. Users manipulate and query data at the logical level; ...