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

使用clickhouse未创建字段查询,查询耗时较大 #31

Closed
linger000 opened this issue Apr 9, 2024 · 0 comments
Closed

使用clickhouse未创建字段查询,查询耗时较大 #31

linger000 opened this issue Apr 9, 2024 · 0 comments

Comments

@linger000
Copy link
Contributor

使用clickhouse未创建字段查询,查询耗时较大。如未定义字段field1
example:
kibana查询:
field1:"xxx"

clickhouse sql:
SELECT * FROM db.table WHERE JSONExtractString(ck_assembly_extension,'field1') like '%/xxx%' ) ))

@famosss famosss closed this as completed Apr 9, 2024
@famosss famosss reopened this Apr 9, 2024
linger000 pushed a commit to linger000/ckibana that referenced this issue Apr 9, 2024
fix:禁止未定义字段作为条件查询, 修复解析异常未展示到kibanaUi问题,并补充单例 TongchengOpenSource#31
famosss added a commit that referenced this issue Apr 9, 2024
feat:禁止未定义字段作为查询条件查询, 修复解析异常未展示到kibana Ui问题,并补充单例 #31
@famosss famosss closed this as completed Apr 9, 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