ajaynegi33 / ajaynegi33/LibraryMan-API

Optimize Database Queries to Reduce the Number of Calls

Open
#24 7 comments 0 reactions 3 assignees Claimed by @SaanyaGarg5 View on GitHub
good first issue gssoc gssoc-ext hacktoberfest hacktoberfest-accepted level3 status: ready for dev
Dominant language
Java
Stars
54
Forks
53
PR merge metrics
No merged PRs in 30d

Description

### 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).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.