mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
7a62aa0602
* Allow BEAM pipeline to choose JDBC isolation levels Some BEAM pipelines may only perform READ-ONLY (e.g., reporting) or blind-write (datastore to sql data migration) operations, which do not need the default TRANSACTION_SERIALIZABLE isolation level. In such cases, a less strict level allows better performance.