Update some packages - Add some personal notes
This commit is contained in:
5
PersonalNotes/faster-query.md
Executable file
5
PersonalNotes/faster-query.md
Executable file
@@ -0,0 +1,5 @@
|
||||
# How did I go from 4 second on each API request to under 1 second?
|
||||
|
||||
### 1. Using projection to limit fields
|
||||
### 2. Using proper indexes
|
||||
### 3. Using $sample along with aggregation
|
Reference in New Issue
Block a user