Skew Writes
•SI breaks serializability when txns modify different items, each based on a previous state of the item the other modified
•This is fairly rare in practice
•Eg the TPC-C benchmark runs correctly under SI
–when txns conflict due to modifying different data, there is also a shared item they both modify too (like a total quantity) so SI will abort one of them