chaoss / chaoss/CollectOSS

Drop the data.refresh_aggregates procedure and its issue_reporter_created_at materialized view

Open
#376 0 comments 0 reactions 0 assignees View on GitHub
database tech debt
Dominant language
Python
Stars
13
Forks
17
Avg merge
6h 59m
Merged PRs (30d)
1

Description

Turns out the legacy migrations included a procedure in the database that seemingly only ever refreshed the `issue_reporter_created_at` materialized view.

Since we are/will soon be versioning the materialized views, we should see if this is still needed.

At a MINIMUM we should drop this unused procedure since we have our own view refreshing process.

would be nice to drop the view too though since its only a think wrapper that basically just sorts the `issues` table

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.