Subject | English | Korean |
comp., MS | deferred loading | 지연된 로드 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |
comp., MS | eager loading | 즉시 로드 (A pattern of loading where a specific set of related objects are loaded along with the objects that were explicitly requested in the query) |
comp., MS | explicit loading | 명시적 로드 (A pattern of loading where related objects are not loaded until explicitly requested by using the Load method on a navigation property) |
comp., MS | extraction, transformation, and loading | 추출, 변환 및 로드 (The act of extracting data from various sources, transforming data to consistent types, and loading the transformed data for use by applications) |
math. | factor loading | 인자적재 (값) |
comp., MS | lazy loading | 지연 로드 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |
comp., MS | loading screen | 대기 화면 (The screen that appears while the system is loading an application that a user has selected. The loading screen displays a wait indicator until the application starts) |