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

Why log attributes doesn't use Map to store in Clickhouse #160

Open
mioyui88 opened this issue Jul 18, 2023 · 0 comments
Open

Why log attributes doesn't use Map to store in Clickhouse #160

mioyui88 opened this issue Jul 18, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@mioyui88
Copy link

I see the log table has columns named attributes_string_key and attributes_string_value. And there doesn't add INDEX to speed search sql such as " select body from logs where attributes_string_value[indexOf(attributes_string_key, 'node')] = 'node-01' ".
So why not use Map to store attributes_string_key and attributes_string_value.

@prashant-shahi prashant-shahi added the question Further information is requested label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants