select id, work
from (
select id, work, row_number() over (order by work) as rn
from x
) t
where rn = 1 -- or 2 or 3 ...
Reduce auto-suspend to 60 seconds Reduce virtual warehouse size Ensure minimum clusters are set to 1 Consolidate warehouses Separate warehou...
No comments:
Post a Comment