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

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

Open
jiaozi07 opened this issue May 13, 2024 · 1 comment
Open

Comments

@jiaozi07
Copy link

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

image

@famosss
Copy link
Contributor

famosss commented May 13, 2024

好的, 我们评估一下

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

2 participants