Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
SPal
Contributor
Contributor

twritejsonfield performance issue

Hello All,

 

I Need help in improving the performance of "twritejsonfield" component, currently this is processing around 2 to 3 rows per second which is too slow.

Please let me know if there is any solution or any alternate methods to increase the performance of converting records into Json file. 

 

Regards,

Subrata

Labels (3)
3 Replies
TRF
Champion II
Champion II

For a huge json file with lany "parts", I suggest you to deal separatly with each part giving separated global variables.
At the end, concatenate thèse global variables to obtain the final result.
I use this pattern to build complex and large xml files and it works fine.
SPal
Contributor
Contributor
Author

Hi @TRF ,

 

Thanks for explaining this solution, In my scenario I have to create an array also and group the records based on incoming Id's is this some thing possible with global variables?. sorry for not explaining my scenario clearly.

 

TRF
Champion II
Champion II

Probably yes.
I suggest you to add a sample to your post (what you have, what you want)