开发者社区 问答 正文

Hologres 提示Feature not supported: INSERT on con...

已解决

Hologres 提示Feature not supported: INSERT on conflict contains un-unique column

展开
收起
提个问题 2024-05-29 15:05:38 136 分享 版权
1 条回答
写回答
取消 提交回答
  • 开发者社区问答官方账号
    官方回答
    采纳回答

    insert on conflict只支持unique column,因此在实时同步的时候,Hologres中的主键要与上游表中的主键对齐。 


    2024-05-29 15:05:39
    赞同 展开评论