caosimin commented on issue #48122:
URL: https://github.com/apache/doris/issues/48122#issuecomment-2670546964

   用了 Variant 后,需要支持部分列更新;
   我们好几个业务中也有类似这样的场景,最后要么采用先读取再全量更新,要么就是自己管理 schema 单独建列,要么性能不好,要么逻辑太复杂;
   核心是如果 Doris 直接托管了 这部分列的 schema 管理,可以极大的提升 Variant 使用场景和易用性。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to