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
Describe the bug
When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the query statement will cause BE crash.The profile shows that the query statement actually scan all table rows, that's the reason why my BE crashed.