Posts tagged with "eager-evaluation"
There are a total of 1 posts.
Django에서 '지연 평가(Lazy Evaluation)'란?
Published 2월 01, 2025 by whitedec
Django의 Lazy Evaluation(지연 평가) 개념을 이해하고, QuerySet의 즉시 평가(Eager Evaluation)와 비교하여 성능 최적화를 배워보세요.
#django , #orm , #queryset , #lazy-evaluation , #eager-evaluation