Skip to content

[CH] Optimize get_json_object nested function calls #8304

@KevinyhZou

Description

@KevinyhZou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions