Posted inDB What is MVCC? Posted by By York 2025-07-10 1. What is MVCC? MVCC (Multi-Version Concurrency Control) is a method of concurrency control. Generally,…
Posted inDB The Role and Types of Indexes Posted by By York 2025-06-28 I. Introduction to Indexes 1. Concept of Indexes An index is a sorted list that…
Posted inDB Scenarios Where SQL Indexes Fail Posted by By York 2025-05-15 1. Using functions or expressions on indexed columns When performing function operations, mathematical expressions,…