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

Events table schema update #9178

Closed
yakkomajuri opened this issue Mar 22, 2022 · 0 comments
Closed

Events table schema update #9178

yakkomajuri opened this issue Mar 22, 2022 · 0 comments

Comments

@yakkomajuri
Copy link
Contributor

yakkomajuri commented Mar 22, 2022

We need to update our events table to the new schema that has all the required persons/groups data.

We'll need the following columns:

  • person_id
  • person_properties
  • group0_properties
  • group1_properties
  • group2_properties
  • group3_properties
  • group4_properties

This should be an async migration that will depend on the sharding migration.

We probably want to do this manually on Cloud at first before adding a migration for self-hosted users.

For self-hosted users we might also want to batch the table updates with the backfill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants