Level 104
Since you are getting the entire 8MB in the Response, your only option is to write that data to a file on your side, and then read the file lazily to perform whatever operations you need on that data.
Is there any benefit to using Lazy Collection on 8mb dataset that is retuned at once from an external api and that I need to iterate over?
Please or to participate in this conversation.