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

Update import and models for transposed histogram and percentiles #509

Merged
merged 1 commit into from
May 21, 2020

Conversation

robhudson
Copy link
Member

This migrates the schema to a new schema that combines the histograms
and percentiles into a single row, reducing the amount of rows.

The extract also produces a smaller JSON string for these fields which
means we no longer have to post-process them in the API.

This also adds a migration to convert data from the old tables to the
new format.

This migrates the schema to a new schema that combines the histograms
and percentiles into a single row, reducing the amount of rows.

The extract also produces a smaller JSON string for these fields which
means we no longer have to post-process them in the API.

This also adds a migration to convert data from the old tables to the
new format.
@robhudson robhudson merged commit db045ec into master May 21, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant