1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

fix: missing article title in PostgreSQL dba roadmap (#7028)

This commit is contained in:
Mark
2024-09-08 00:18:29 +08:00
committed by GitHub
parent 29c8c3e76f
commit 6133c10beb

View File

@@ -4,5 +4,5 @@ Multi-Version Concurrency Control (MVCC) is a technique used by PostgreSQL to al
Learn more from the following resources:
- [@article@](https://en.wikipedia.org/wiki/Multiversion_concurrency_control)
- [@article@Multiversion concurrency control - Wikipedia](https://en.wikipedia.org/wiki/Multiversion_concurrency_control)
- [@article@What is MVVC?](https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/What-is-MVCC-How-does-Multiversion-Concurrencty-Control-work)