Difference between revisions of "AccessShareLock"
Jump to navigation
Jump to search
(Created page with " Index access methods must handle concurrent updates of the index by multiple processes. The core PostgreSQL system obtains AccessShareLock on the index during an index scan...") |
|||
Line 5: | Line 5: | ||
− | {{ | + | {{Posgresql}} |
Revision as of 10:10, 11 July 2023
Index access methods must handle concurrent updates of the index by multiple processes. The core PostgreSQL system obtains AccessShareLock on the index during an index scan, and RowExclusiveLock when updating the index (including plain VACUUM)
Advertising: