- Регистрация
- 29.01.2015
- Сообщения
- 205
- Благодарностей
- 59
- Баллы
- 28
I have a template which runs in multiple threads and, at its end, it saves the results in a table which is binded to an xlsx file.
Before adding the line to the table I inserted a 'Bind to File' table action block because, as far as I know, this is mandatory when multiple threads are writing to the same results file.
I noticed that the bind to file takes quite long...something like 5 seconds (and the rest of the project itself takes less than 5 seconds).
The excel file has about 3.5k entries right now...and at the end of the job should have around 50k. I know that Zenno doesn't like big excel tables but splitting the table is not option for me.
What should I do? Thanks!
Before adding the line to the table I inserted a 'Bind to File' table action block because, as far as I know, this is mandatory when multiple threads are writing to the same results file.
I noticed that the bind to file takes quite long...something like 5 seconds (and the rest of the project itself takes less than 5 seconds).
The excel file has about 3.5k entries right now...and at the end of the job should have around 50k. I know that Zenno doesn't like big excel tables but splitting the table is not option for me.
What should I do? Thanks!
Последнее редактирование: