New database system locks ensure data consistency and security for users
The article discusses how database systems maintain consistency when multiple users access data. It explains that transactions in databases must follow certain rules to ensure consistency, like not requesting new locks after releasing one. The researchers suggest using logical subsets of the database specified by predicates to achieve this. They propose implementing predicate locks to maintain consistency in database transactions.