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

Create Database Indexes #303

Open
1 task
marriej opened this issue Feb 18, 2021 · 1 comment
Open
1 task

Create Database Indexes #303

marriej opened this issue Feb 18, 2021 · 1 comment
Labels
JIRA Post MVP Issues cut from the MVP scope

Comments

@marriej
Copy link

marriej commented Feb 18, 2021

Database indexes created (i.e., no unindexed columns queried)

Determine which table columns in the SmarHub database could benefit from having indexes, e.g. join columns. Evaluate against drawbacks, mainly added insert and update time, but also extra space needed.

Create the indexes.

If it's not clear whether an index would be beneficial, this might need to be evaluated post MVP.

Acceptance Criteria:

  • Indexes created
@marriej marriej added V1.0 MVP Indicates the release version for the issue MVP Launch labels Feb 18, 2021
@marriej marriej added this to Backlog in Product Backlog via automation Feb 18, 2021
@marriej marriej moved this from Backlog to Grooming in Product Backlog Feb 18, 2021
@kryswisnaskas
Copy link
Collaborator

Determine which table columns in the SmarHub database could benefit from having indexes, e.g. join columns. Evaluate against drawbacks, mainly added insert and update time, but also extra space needed.

Create the indexes.

If it's not clear whether an index would be beneficial, this might need to be evaluated post MVP.

Acceptance Criteria:

  • Indexes created

@marriej marriej added severity-low Post MVP Issues cut from the MVP scope labels Feb 22, 2021
@marriej marriej moved this from Grooming to Backlog in Product Backlog Feb 22, 2021
@marriej marriej added JIRA and removed MVP Launch V1.0 MVP Indicates the release version for the issue severity-low labels Mar 3, 2021
rahearn pushed a commit that referenced this issue May 11, 2021
…ctivity-reports

Adjust text on Activity Report delete confirmation modal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JIRA Post MVP Issues cut from the MVP scope
Projects
Product Backlog
  
Backlog
Development

No branches or pull requests

2 participants