precompute_parallel_indep.sql 201 B

12345
  1. use plato;
  2. insert into Output select sum(cast(key as int32)) from Input1;
  3. insert into Output select sum(cast(key as int32)) from Input2;
  4. insert into Output select sum(cast(key as int32)) from Input3;