Skip to content

[Improvement] Investigate benefits of database restructure #259

@timdegroot1996

Description

@timdegroot1996

Summary

Investigate the potential benefits of transitioning from the current flat table structure to a relational database model, and implement changes if proven valuable.

Problem

The current flat table setup lacks relationships between data entities, which can lead to data redundancy, limited flexibility, and more complex data management as the system grows.

Proposed Solution

Conduct an investigation that:

  • Evaluates the limitations of the current flat table structure
  • Explores relational database design (e.g., normalized tables, relationships, keys)
  • Identifies potential performance, scalability, and maintainability improvements
  • Assesses migration complexity and risks
  • Provides a recommendation on whether to proceed with implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions