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