Customer Portal

Multiple DBInputTable into a single excel file

Comments 1

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hello iamgillu

      1. Of course you can use two DBInputTables but you have to edit the SQL query of each input table, so each of them will fetch one half of the results. You don't want them to fetch exactly same data, as it would be redundant. However the slowdown could be caused by the speed of the internet connection (if the database runs on a remote machine) and in this case, this solution would not make any difference.

      2. In this case you should be able to add them together by SimpleGather component (since you have the same metadata in both data streams).


    In order to speed up the execution you can try to set different values in Fetch Size property of the DBInputTable. There is not any particular value I can advise as this attribute has individual impact on different systems.

Please sign in to leave a comment.