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 current query response json, we attach column names for each output row, which can bloat response size and cause unnecessary overhead when there are large number of output rows. We can just serialize column names once and reuse them for all output rows.
The text was updated successfully, but these errors were encountered:
enigma-yang
changed the title
Serialize column names only once per query request
Serialize output column names only once per query request
Jul 11, 2022
In current query response json, we attach column names for each output row, which can bloat response size and cause unnecessary overhead when there are large number of output rows. We can just serialize column names once and reuse them for all output rows.
The text was updated successfully, but these errors were encountered: