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
...to further reduce the memory usage and also the latency, I guess we can even make hash_eq_match return a Stream instead of collecting the rows into an entry before we can yield them.
This is supposed to prevent the OOM case where a single row from the dimension table produces a huge number of joined results, e.g. 1M+, with the fact table, isn't it? (it occurred to me when looking at today's user OOM feedback
This is supposed to prevent the OOM case where a single row from the dimension table produces a huge number of joined results, e.g. 1M+, with the fact table, isn't it? (it occurred to me when looking at today's user OOM feedback
Originally posted by @BugenZhao in #10979 (comment)
The text was updated successfully, but these errors were encountered: