PostgreSQL locking, part 3: lightweight locks
|
|
Вторник, 30 Октября 2018 г. 16:31
+ в цитатник

PostgreSQL lightweight locks, or LWLocks, control memory access. PostgreSQL uses multi-process architecture and should allow only consistent reads and writes to shared memory structures. LWLocks have two levels of locking: shared and exclusive. It’s also possible to release all acquired LWLocks to simplify clean up. Other databases often call primitives similar to LWLocks latches. Because [&]
https://www.percona.com/blog/2018/10/30/postgresql-locking-part-3-lightweight-locks/
Метки:
Insight for DBAs
PostgreSQL
internals
Locking
LWLocks PostgreSQL
-
Запись понравилась
-
0
Процитировали
-
0
Сохранили
-