Snowflake large result sets
Large Snowflake result sets
When Snowflake returns large result sets, the API splits rows across multiple partition URLs instead of returning them inline. DataBook Studio handles this transparently — downloading, decompressing, and assembling the complete result set for you with no manual intervention.
01
Transparent Downloads
Partition chunks are downloaded and assembled automatically — you see the complete result set as if it were a single response.
02
Automatic Decompression
Compressed payloads are decompressed transparently so you always get clean, readable data.
03
Concurrent Fetching
Multiple chunks download in parallel for fast results, with early termination when row limits are reached.
04
Proper Value Handling
Snowflake-specific value formats are unwrapped to raw values during row mapping for clean display.