Skip to content

safafa/vet_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Vet clinic database: database performance audit

"Vet clinic database: database performance audit" is a database where we optimized some slow queries.

Queries that we optimized:

  • SELECT COUNT(*) FROM visits where animal_id = 4;

before image after image

  • SELECT * FROM visits where vet_id = 2;

before image after image

before image after image

Getting Started

To get a local copy up and run the app, follow these simple example steps.

Prerequisites

  • Postgres

Setup

Clone the repository with:

git clone git@github.com:safafa/vet_db.git

or download ZIP file

Run the commands from schema.sql and data.sql to create the database locally.

Authors

👤 Aleksandar Ivezic

👤 Safa Aballagh

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published