Book Image

Troubleshooting PostgreSQL

Book Image

Troubleshooting PostgreSQL

Overview of this book

Table of Contents (17 chapters)
Troubleshooting PostgreSQL
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter was all about reading data efficiently. It covered aspects such as cursors as well as synchronized seq scans and prepared plans. Of course, a chapter like this can never be complete, as the field of reading data is simply an infinite one.

The next chapter will cover transactions and locking—two important topics relevant to any relational database system.