Rewrite and route all insert statements to actual tables if the table is sharded. Leave non-sharded tables unaffected so batch inserts still work normally. For sharded tables, only the first insert is ...
Only tested on MySQL/MariaDB but may apply to other JDBC plugins. It is not possible to execute a set of statements in the Query tasks. e.g. with MySQL/Maria DB the ...