Update some packages - Add some personal notes

This commit is contained in:
2025-02-26 13:59:41 +03:30
parent b343438f9e
commit 4ce1b29d86
2 changed files with 7 additions and 2 deletions

5
PersonalNotes/faster-query.md Executable file
View 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