vitess.io/vitess@v0.16.2/examples/vtexplain/atomicity_method3.sh (about)

     1  #!/bin/bash
     2  set -x
     3  # SET transaction_mode="multi"  is implied by default
     4  vtexplain --vschema-file atomicity_vschema.json --schema-file atomicity_schema.sql --shards 4 --sql 'INSERT INTO t1 (c1) values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(14),(15),(16),(17),(18),(19),(20);'