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
In a bank customer anti-fraud scenario, the primary table t contains 400 million records with a single replica, and the memory utilization is 52%. After executing SELECT COUNT(*) FROM t, the OpenMLDB service exits. Checking the logs reveals an "oom_kill" event.