ajaynegi33 / ajaynegi33/LibraryMan-API
Optimize Database Queries to Reduce the Number of Calls
Offen
#24
7 Kommentare
0 Reaktionen
3 zugewiesene Personen
Beansprucht von @SaanyaGarg5
Auf GitHub ansehen
good first issue
gssoc
gssoc-ext
hacktoberfest
hacktoberfest-accepted
level3
status: ready for dev
- Vorherrschende Sprache
- Java
- Sterne
- 54
- Forks
- 53
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 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).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.