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
StarRocks supports ORDER BY in CREATE MATERIALIZED VIEW to define sort keys for query performance.
The adapter currently supports order_by for table materialization but not for materialized views.