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

[CH] Optimize get_json_object nested function calls #8304

Open
KevinyhZou opened this issue Dec 23, 2024 · 0 comments · May be fixed by #8305
Open

[CH] Optimize get_json_object nested function calls #8304

KevinyhZou opened this issue Dec 23, 2024 · 0 comments · May be fixed by #8305
Labels
enhancement New feature or request

Comments

@KevinyhZou
Copy link
Contributor

Description

In our online sqls, have some nested get_json_object function calls, like get_json_object(get_json_object(d, '$.a'), '$.b'), and some of them can be optimized to get_json_object(d, '$.a.b'), which can improve the performance

image

image

@KevinyhZou KevinyhZou added the enhancement New feature or request label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant