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
Sometimes, json data is very large. If we copy json data to the result chunk in hash join probe stage, memory usage will be very large. Maybe we can store something like pointer in the chunk to save memory.