serializable read

[ESRI software] The isolation level in a database management system (DBMS) that offers the highest degree of isolation from concurrent transactions. All reads in the transaction only see data committed before the transaction began, and never see concurrent transaction changes committed during transaction execution.