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
I run simple query select * from <tablen_name> where date_column >= '<date>';. The result for this query is 1854211 rows, after I got the first page of results the usql process consumed 6GB of the memory.
I run simple query
select * from <tablen_name> where date_column >= '<date>';. The result for this query is 1854211 rows, after I got the first page of results theusqlprocess consumed 6GB of the memory.