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

Feature/compute callcount #541

Merged
merged 13 commits into from
Apr 25, 2019
Merged

Feature/compute callcount #541

merged 13 commits into from
Apr 25, 2019

Conversation

MalinAhlberg
Copy link
Member

Describe the pull request:

  • Bug fix
  • Functional change
  • New feature
  • Code cleanup
  • Build system change
  • Documentation change
  • Language translation

Pull request long description:

Move the calculation of callcount from psql to python import (--count_calls) This speeds up queries to the beacon metadata, which no longer needs to be materialized.
Also improve the sql schema so that no views are materialized.

Changes made:

  1. Calculate the dataset's callcount and variantcount on import
  2. Make data_table a real table
  3. Stop materializing views
  4. Add better indices

sql/beacon_schema.sql Outdated Show resolved Hide resolved
@MalinAhlberg MalinAhlberg marked this pull request as ready for review April 24, 2019 13:59
@talavis talavis merged commit 3395599 into develop Apr 25, 2019
@talavis talavis deleted the feature/compute_callcount branch April 25, 2019 07:48
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.

2 participants