Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize output column names only once per query request #157

Open
enigma-yang opened this issue Jul 11, 2022 · 1 comment
Open

Serialize output column names only once per query request #157

enigma-yang opened this issue Jul 11, 2022 · 1 comment
Assignees

Comments

@enigma-yang
Copy link
Contributor

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.

@enigma-yang enigma-yang added the bug Something isn't working label Jul 11, 2022
@enigma-yang 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
@enigma-yang enigma-yang removed the bug Something isn't working label Jul 11, 2022
@merlintang
Copy link
Contributor

@zhiyuan-yang i assign this to you since @livehl is busy at others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants