Matus Cicman
Results
1
comments of
Matus Cicman
You can try to fetch stream in specific range like this: `const stream = stmt.streamRows({ start, end })` This way you can limit number of records fetched from snowflake. But...