Skip to content

Commit 40d29e2

Browse files
Update README.md
1 parent 9fd42b4 commit 40d29e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Given the large dataset with millions of entries, loading times were initially q
6060

6161
1. **Creating Views:** To optimize query performance, we created views to store the results of joined tables. Since MySQL does not support materialized views, we created tables in the database to cache the join results. This strategy significantly reduced the time spent on multiple joins, leading to faster data retrieval and improved application performance.
6262

63-
2. **Creating Indexes:** We created indexes on the columns that are fruently used in the WHERE and ORDER BY conditions of our queries. This indexing strategy helped to speed up the search operations and sorting, making the data retrieval process much more efficient.
63+
2. **Creating Indexes:** We created indexes on the columns frequently used in the WHERE and ORDER BY conditions of our queries. This indexing strategy helped to speed up search operations and sorting, making the data retrieval process much more efficient.
6464

65-
These strategies have helped boost performance and reduce load time by over 60%, reducing the load time of some pages from over 15s to under 5s.
65+
These strategies have helped boost performance and reduce load time by over 60%, decreasing the load time of some pages from over 15 seconds to under 5 seconds.
6666

6767
## 📘 References and Credits
6868

@@ -79,5 +79,4 @@ These strategies have helped boost performance and reduce load time by over 60%,
7979
- 👩‍💻 **Yihan Zhu** [@YihanIreneZhu](https://github.com/YihanIreneZhu)
8080

8181
---
82-
83-
Thank you for using PMDB. Explore, discover, and enjoy the world of movies and TV series! 📽️
82+
Start exploring PMDB today and uncover the best in the world of movies and TV series! 📽️🌟

0 commit comments

Comments
 (0)