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
Queries like "show catalogs", "show tables" will write result to spooling storage first before returning to the client. This is not very reasonable, and ideally result should be streamed back in this case.
The text was updated successfully, but these errors were encountered:
I wouldn't call them "DML queries"
let's call it "Metadata queries" maybe
linzebing
changed the title
DML queries in fault-tolerant execution is slow due to going through exchange spooling
Metadata queries in fault-tolerant execution is slow due to going through exchange spooling
Oct 27, 2022
Is this really a pain point? I am leaning towards closing this one unless we see a big issue with that.
There was a problem when such queries were queued on resource allocation due to requesting significant memory.
But it was already fixed via #19027.
Queries like "show catalogs", "show tables" will write result to spooling storage first before returning to the client. This is not very reasonable, and ideally result should be streamed back in this case.
The text was updated successfully, but these errors were encountered: