Skip to content

Commit 01cb83a

Browse files
No resources for Slowest queries
1 parent a3781b8 commit 01cb83a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,7 @@ How is lazy loading achieved? When is it useful? What are its pitfalls?
478478
The so called "N + 1 problem" is an issue that occurs when code needs to load the children of a parent-child relationship with a ORMs that have lazy-loading enabled, and that therefore issue a query for the parent record, and then one query for each child record. How to fix it?
479479

480480
#### Slowest Queries
481-
How would you find the most expensive queries in an application?<br/>
482-
[Resources](databases/slowest-queries.md)
481+
How would you find the most expensive queries in an application?
483482

484483
#### Normalization
485484
In your opinion, is it always needed to use database normalization? When is it advisable to use denormalized databases?<br/>

databases/slowest-queries.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)