You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue that shows the available features in Polars-cloud. This is an extension on the tracking issue of the new streaming engine as this will be serving as preferred engine on our workers.
Generic
full API
All optimizations
Native compilation
Interactive mode
Batch mode
UDF's
Package management
AWS
Cancellable queries
Catalog support
Dynamic scaling
Serverless
GCP
Azure
K8
Fault tolerance
streaming engine
GPU support
Plugin support
IO Plugins
Single node
All data types except objects
Distributed
Shows which operations can run in an distributed fashion, non supported operations will finish on a single node with the streaming engine (which can often be faster).
Group-by
partitioned pre-agg
Equi joins
Semi / Anti Joins
Filter
Explode
Elementwise functions/expression
Partitioned multi-file read
Worker/file affinity (file cache)
Rolling
Dynamic group-by
Expression lowering (to distirbuted nodes)
Partitioned single file read
Sort
CSE
Categoricals
row index
Shuffles
By keys
Round robin
Ordered
The text was updated successfully, but these errors were encountered:
Tracking issue that shows the available features in Polars-cloud. This is an extension on the tracking issue of the new streaming engine as this will be serving as preferred engine on our workers.
Generic
Single node
Distributed
Shows which operations can run in an distributed fashion, non supported operations will finish on a single node with the streaming engine (which can often be faster).
Shuffles
The text was updated successfully, but these errors were encountered: