|
|
|
|
|
by magicalhippo
2609 days ago
|
|
> The only way for the database system to guarantee there is no conflict is to keep track of every single row your query accesses, even if it is a row passed over by a WHERE clause! Why is putting a lock on the table itself not an option? |
|