Difference between revisions of "AccessShareLock"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to PostgreSQL Index Locking)
Tag: New redirect
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
+
#redirect [[PostgreSQL Index Locking]]
 
 
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]])
 
 
 
 
 
[[PostgreSQL Index Locking]]
 
 
 
* {{Locking}}
 

Latest revision as of 10:30, 11 July 2023

Advertising: