Skip to content

Commit

Permalink
chore: add indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Nov 14, 2024
1 parent 69d758f commit 82231b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/users/feedback.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{'columns': ['uuid'], 'type': 'hash'},
{'columns': ['saved_timestamp']},
{'columns': ['period_start']},
{'columns': ['user_name']},
]
)
}}
Expand Down
3 changes: 3 additions & 0 deletions models/users/telemetry.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
indexes=[
{'columns': ['uuid'], 'type': 'hash'},
{'columns': ['saved_timestamp']},
{'columns': ['period_start']},
{'columns': ['user_name']},
{'columns': ['app_version']},
]
)
}}
Expand Down
2 changes: 2 additions & 0 deletions models/users/telemetry_devices.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
indexes=[
{'columns': ['uuid'], 'type': 'hash'},
{'columns': ['saved_timestamp']},
{'columns': ['period_start']},
{'columns': ['android_version']},
]
)
}}
Expand Down

0 comments on commit 82231b1

Please sign in to comment.