monem.liveScaling Your Web Application: A Comprehensive Guide to Scalability.The Basic Application The basic web application usually is just an application runs on a single machine, the client sends a request and the server makes some processing and responds to that client as shown in fig(1.0) The Problem The problem with th...Dec 8, 2023·7 min read
monem.liveHow PostgreSQL Handles Constraints in Read Committed Isolation Level [Arabic] في ال read committed isolation level معروف ان كل transaction بتاخد snapshot من الداتا وتتعامل معاها وبالتالي اللي كل transaction بتعمله مفيش اي transaction تانية بتشوفه الا لما يحصل commit الطريقة دي اسمها MVCC (Multi version concurrency control)....Aug 23, 2023·3 min read