The document discusses the limitations of current concurrency control methods in relational database management systems, particularly focusing on the locking protocol which leads to temporary unavailability during write operations. It proposes a novel approach called the blind write protocol (BWP) that allows write operations to occur without locking entities, thus improving availability while potentially sacrificing some consistency. The paper details the implementation principles of BWP and provides examples illustrating its advantages over traditional locking methods.