Vet clinic is a relational database that representes a data structure for a vet clinic
This is a screenshot of the performance audit done on the three provided queries before adding indexes
After having created the indexes. This is is how the execution time was decreased for each query
1. SELECT COUNT(*) FROM visits where animal_id = 4;
2. SELECT COUNT(*) FROM visits where animal_id = 4;
3. SELECT COUNT(*) FROM visits where animal_id = 4;
๐ค NabilHY
- GitHub: https://github.com/NabilHY
- Twitter: https://twitter.com/NeoNabil2
- LinkedIn: https://www.linkedin.com/in/nabil-hayoun/
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a โญ๏ธ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.