Skip to content

针对半结构化数据是否可以支持JSON数据类型的查询 #38

@jiaozi07

Description

@jiaozi07

SET allow_experimental_object_type=1;
CREATE table github_json
(
event JSON
)
ENGINE = MergeTree ORDER BY tuple()
官方从22.3.1 版本后提供了JSON数据类型,针对半结构化数据比较友好,是否可以支持下这种数据类型结构

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions