As TiDB declares strong consistency , I expect it should support SERIALIZABLE isolation level.
When I run test from "Hermitage" test suite
https://github.com/vadimtk/hermitage/blob/master/mysql-innodb.md
both Read Skew and Write Skew test fails in SERIALIZABLE level.
The example of queries, see:
MySQL "serializable" prevents Write Skew (G2-item)
As TiDB declares strong consistency , I expect it should support SERIALIZABLE isolation level.
When I run test from "Hermitage" test suite
https://github.com/vadimtk/hermitage/blob/master/mysql-innodb.md
both Read Skew and Write Skew test fails in SERIALIZABLE level.
The example of queries, see:
MySQL "serializable" prevents Write Skew (G2-item)