snowflake-jdbc icon indicating copy to clipboard operation
snowflake-jdbc copied to clipboard

SNOW-538317: Add a way to split a ResultSet into a predefined number of parts

Open fabiencelier opened this issue 3 years ago • 0 comments

There is a method a method to split a ResultSet into a list SnowflakeResultSetSerializable with a size limit in bytes called getResultSetSerializables

Ideally when we want to process the result in parallel, if we have N processors we'd rather have N result set parts, with each part having approximately the same size.

Can you please add a method to split a ResultSet in N SnowflakeResultSetSerializable ?

fabiencelier avatar Jan 31 '22 11:01 fabiencelier