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

Refactor: Database design is suboptimal and requires optimization #2

Open
shubho0908 opened this issue Jun 27, 2024 · 0 comments
Open

Comments

@shubho0908
Copy link
Owner

shubho0908 commented Jun 27, 2024

The current database design has several issues that are negatively impacting performance and maintainability:

  1. Data duplication and inconsistencies.
  2. Lack of proper indexing.
  3. Inefficient schema with unnecessary joins and subqueries.

The entire folder structure and logic of the backend is messy and requires a lot of optimizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant