0

I am using queries.xml file which contains 5 sql statements. I would like to know if the 5 sql queries are executed at the same time or one sql query at a time when running the forge process?

MT0
  • 143,790
  • 11
  • 59
  • 117

1 Answers1

1

The queries are executed one at a time as the file is processed. Also, the file is processed top down.

Paul Lemke
  • 5,494
  • 3
  • 47
  • 66