Subject | English | Chinese simplified |
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) |
comp., MS | finite loading | 有限加载 (A scheduling method that assumes that limited capacity for labor and machines is available) |
comp., MS | lazy loading | 延迟加载 (A pattern of data loading where related objects are not loaded until a navigation property is accessed) |