Goal Summary:
An elevator pitch (value statement) that describes the Feature in a clear, concise way. Complete during New status.
As customers have increased the scale of their secured clusters we have incurred various performance issues with the Postgres database as it approaches its memory limits. These issues most likely have their roots deep inside the project design. This task accumulates and group a few most representative of those, as well as describes the effort to reproduce, troubleshoot and fix them.
Various bugs we have encountered have been linked to this epic as starting point for things to evaluate and resolve.
Goals and expected user outcomes:
The observable functionality that the user now has as a result of receiving this feature. Include the anticipated primary user type/persona and which existing features, if any, will be expanded. Complete during New status.
- Make better usage of the database
- Make the code around using the database simpler to use and easier to maintain
- eliminate unpredictability in migrations.
Acceptance Criteria:
A list of specific needs or objectives that a feature must deliver in order to be considered complete. Be sure to include nonfunctional requirements such as security, reliability, performance, maintainability, scalability, usability, etc. Initial completion during Refinement status.
- Data access is more flexible with removal of serialized field.
- Migrations are stable.
Success Criteria or KPIs measured:
A list of specific, measurable criteria that will be used to determine if the feature is successful. Include key performance indicators (KPIs) or other metrics., etc. Initial completion during Refinement status.
<enter success criteria and/or KPIs here>
Use Cases (Optional):
Include use case diagrams, main success scenarios, alternative flow scenarios together with user type/persona. Initial completion during Refinement status.
<your text here>
Out of Scope (Optional):
High-level list of items that are out of scope. Initial completion during Refinement status.
<your text here>