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,18 @@
# 프로젝션은 엔티티 적재를 없앴지만 페이지당 자식 전량은 남긴다
# Question: 스칼라 프로젝션으로 바꾼 뒤에도 남아 있는 과조회는 무엇인가?
direction: down
n0: "페이지 부모" {
shape: rectangle
}
n1: "자식 IN 조회" {
shape: rectangle
}
n2: "자식 행 전량" {
shape: rectangle
}
n3: "화면 사용분" {
shape: rectangle
}
n0 -> n1: "부모 키 IN"
n1 -> n2: "부모별 전량 반환"
n2 -> n3: "부분 사용"