延时加载 功能 支不支持单个列延迟加载?
            
            #1509
          
          
        -
| 延时加载 功能 支不支持单个列延迟加载? 某个表某个列是大对象(二进制数据)。 但是因此这种需求就需要在筛选的时候只加载 筛选和信息字段,但是不加载二进制数据。 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            2881099
          
      
      
        May 8, 2023 
      
    
    Replies: 1 comment
-
| 正常这种应该纵向分表。 例如 user、user_ext 两个表,user 创建 user_ext 对应的导航属性,即可实现延时加载。 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        sgf
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
正常这种应该纵向分表。
例如 user、user_ext 两个表,user 创建 user_ext 对应的导航属性,即可实现延时加载。