Hi Team, We're building a custom excel Excel repo...
# gooddata-ui
p
Hi Team, We're building a custom excel Excel report in our backend and not using Gooddata built-in export due to multiple layout and formatting customizations. To fetch the data, we initially used
execution.reallAll()
but it fails on large datasets with a data limit error. We switched to paginated
execution.readWindow()
calls(1000 rows per call), which works-but sequential fetching slows down the process. We want to fetch multiple
readWindow()
pages in parallel, combine the `IDataView`s, and pass them to our export logic--while keeping the row order intact. Could you suggest the most optimized and scalable approach for large data exports using the SDK? any tips or best practices for combining
IDataView
results would be helpful as well. Thanks,
m
Hi Prashant, I have escalated this internally and we'll get back to you with an update as soon as possible.
p
Looking forward to your response, please let me know the expected timeframe.
Hi Team, any update?