Hacker News new | ask | show | jobs
Snowflake Snowpark Python First Impressions (modelbit.com)
1 points by hglaser 1484 days ago
1 comments

> 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.