Skip to content

Optimize Database Queries to Reduce the Number of Calls #24

Description

@ajaynegi33

Description

Currently, the LibraryMan project performs multiple redundant database queries during various operations, leading to potential performance issues. To improve the efficiency of the system, we need to reduce the number of database queries being executed.

Tasks:

  • Identify Redundant Queries: Review the existing service methods to identify where multiple unnecessary queries are being executed (e.g., fetching the same entity multiple times).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions