Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Google BigQuery limits cached results to approximately 10 GB compressed. Queries that return larger results overtake this limit and frequently result in the following error:
Response too large to return. Consider setting allowLargeResults to true in your job configuration
To mitigate the "Response too large" error, you will have to set the queries to run with the Destination dataset specified
Step by Step guide:
Performance considerations:
As rightly quoted here "Be aware that writing very large result sets to destination tables impacts query performance (I/O)", enabling large datasets settings will impact query performance and might slow down reloads.
So, to improve performance while working with destination tables strategy, its advisable to enable high throughput API
Performance can be further be increased by using the alternate processing method for optimization reload by enabling Bulk Reader checkbox (as shown in the screenshot above)
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.