Bhupesh-V / Bhupesh-V/tutorialdb
Caching the database queries
Open
enhancement ⭐
- Dominant language
- Python
- Stars
- 128
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
**Caching the DB queries will vastly improve the performance of this kind of projects**
This is a read-heavy web application where the read is pretty more when comparted to write. As data becomes huge the query performance will be very slow. So introducing the caching will be good to scale up this application.
Contributor guide
Assessment
This issue has not been assessed yet.