Harsh Mangeharshmange.hashnode.dev·Mar 6, 2024Demystifying Concurrency Control Protocols!Concurrency control protocols (CCP) are mechanisms that are used in database management systems to manage the concurrency of transactions accessing shared data. CCPs are used to ensure that multiple transactions do not interfere with each other when ...concurrency
Samuel Sorialsamuel-sorial.hashnode.dev·Feb 8, 2023Pessimistic Concurrency Control - 2PLIntroduction In today's high-traffic database management systems (DBMS), leveraging the full potential of hardware is essential. With the advent of modern CPUs, the opportunity for parallel processing has increased significantly. However, executing m...146 readsDatabaseconcurrency