top | item 31573234

Snowflake Snowpark Python First Impressions

1 points| hglaser | 3 years ago |modelbit.com

1 comment

order

hodgesrm|3 years ago

> This means your in-warehouse Python is limited to code that can be called on a single row of data, by a SQL statement invoking it.

I'm curious how this affects performance on large datasets. Code on table scans needs to be in-line and very efficient to avoid creating response overhead.