feat: 가상화 문서들 추가

This commit is contained in:
DongHyeonka
2026-09-10 08:54:05 +09:00
parent e9f6a93327
commit 43e1aadef0
695 changed files with 153404 additions and 12754 deletions
@@ -0,0 +1,14 @@
# 반환 부모 수 N이 컬렉션 초기화와 자식 SELECT 횟수를 결정한다
# Question: 왜 한 번의 피드 요청에서 반환한 FeedItem 수 N이 Highlight 추가 조회 N회로 이어지는가?
direction: right
n0: "loadFeed(0, N) → FeedItem N개" {
shape: rectangle
}
n1: "Highlight 컬렉션 초기화 N회" {
shape: rectangle
}
n2: "Highlight SELECT N회" {
shape: rectangle
}
n0 -> n1: "컬렉션 접근"
n1 -> n2: "SELECT 실행"