refactor: 분리되어 관리하고 있던 문서 시스템을 하나로 통일

This commit is contained in:
DongHyeonka
2026-09-04 18:56:01 +09:00
parent 4b9e7148b5
commit 43bccd08a8
121 changed files with 2861 additions and 534 deletions
@@ -0,0 +1,12 @@
주제와 축(topic / topic_variant)의 실제 행
출처: hyeonworks-prod / postgres-0 / appdb — 2026-09-04 조회
쿼리: topic LEFT JOIN topic_variant, display_order 순
칸: topic.slug | topic.variant_label | display_order | variant.slug | variant.title
----------------------------------------------------------------------
jpa-feed-query-performance | 조회 전략 | 1 | derived-query | 파생 쿼리 그대로
jpa-feed-query-performance | 조회 전략 | 2 | fetch-join | 컬렉션 fetch join
jpa-feed-query-performance | 조회 전략 | 3 | fetch-join-paging | fetch join + 페이징
oauth-oidc-auth-boundary | 구조 | 1 | spa | SPA
oauth-oidc-auth-boundary | 구조 | 2 | mediator | Mediator
oauth-oidc-auth-boundary | 구조 | 3 | bff | BFF
oauth-oidc-auth-boundary | 구조 | 4 | forward-auth | Forward-Auth