Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
27.3. Viewing Locks
Prev UpChapter 27. Monitoring Database ActivityHome Next

27.3. Viewing Locks#

Another useful tool for monitoring database activity is thepg_locks system table. It allows the database administrator to view information about the outstanding locks in the lock manager. For example, this capability can be used to:

  • View all the locks currently outstanding, all the locks on relations in a particular database, all the locks on a particular relation, or all the locks held by a particularPostgreSQL session.

  • Determine the relation in the current database with the most ungranted locks (which might be a source of contention among database clients).

  • Determine the effect of lock contention on overall database performance, as well as the extent to which contention varies with overall database traffic.

Details of thepg_locks view appear inSection 52.12. For more information on locking and managing concurrency withPostgreSQL, refer toChapter 13.


Prev Up Next
27.2. The Cumulative Statistics System Home 27.4. Progress Reporting
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp