✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider this schedule under basic 2PL where locks may be released as soon as the write is done (so uncommitted writes can be seen by others)
| T1 | T2+--------------+-------------| lock_X(A) | | write(A) | | unlock(A) | | | lock_S(A)| | read(A)| abort | | |
Under this protocol, does the schedule exhibit