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

⚠️ Use maps instead of arrays for custom fields #34

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

ricoberger
Copy link
Member

We are now using maps instead of arrays to store the custom fields in ClickHouse.

We are now using maps instead of arrays to store the custom fields in
ClickHouse.
@ricoberger ricoberger force-pushed the use-map-instead-of-array-to-save-custom-fields branch from ad32985 to cf07ae6 Compare October 10, 2022 12:17
@ricoberger ricoberger merged commit 5b29af8 into main Oct 10, 2022
@ricoberger ricoberger deleted the use-map-instead-of-array-to-save-custom-fields branch October 10, 2022 12:24
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Oct 10, 2022
ricoberger added a commit to kobsio/kobs that referenced this pull request Oct 11, 2022
This is a follow up for kobsio/klogs#34 were we
changed the database schema for klogs to use maps instead of arrays for
custom fields.

To be able to query the data ingested by the klogs plugin we had to
adjust the queries to also use maps instead of columns for these fields.
ricoberger added a commit to kobsio/kobs that referenced this pull request Oct 12, 2022
This is a follow up for kobsio/klogs#34 were we
changed the database schema for klogs to use maps instead of arrays for
custom fields.

To be able to query the data ingested by the klogs plugin we had to
adjust the queries to also use maps instead of columns for these fields.
ricoberger added a commit to kobsio/kobs that referenced this pull request Oct 12, 2022
This is a follow up for kobsio/klogs#34 were we
changed the database schema for klogs to use maps instead of arrays for
custom fields.

To be able to query the data ingested by the klogs plugin we had to
adjust the queries to also use maps instead of columns for these fields.
ricoberger added a commit to kobsio/kobs that referenced this pull request Oct 17, 2022
This is a follow up for kobsio/klogs#34 were we
changed the database schema for klogs to use maps instead of arrays for
custom fields.

To be able to query the data ingested by the klogs plugin we had to
adjust the queries to also use maps instead of columns for these fields.
ricoberger added a commit to kobsio/kobs that referenced this pull request Oct 17, 2022
This is a follow up for kobsio/klogs#34 were we
changed the database schema for klogs to use maps instead of arrays for
custom fields.

To be able to query the data ingested by the klogs plugin we had to
adjust the queries to also use maps instead of columns for these fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants